Aquí aniria un conjunt de paraules que tenen sentit en un tot, per exemple un post en un blog, l'ajuda d'un joc... Això va en benefici de la web semàntica
Josep Prat / HTML5 Architect and Java Lead Developer / @jlprat
Ets el nou arquitecte de GameDuell i l'equip de direcció té una nova tasca per tu:
Proporcionar la millor experiència a tots els jugadors
Anem a conèixer l'equip de GameDuell
Dissenya la teva aplicació tenint en compte la seguretat
No exposis les parts internes del backend
No basis la teva segurat en l'obfuscació
Konami Code
rule "Hello World Rule"
when
Player()
Game()
then
System.out.println("Hello World!");
end
rule "Apply 10% discount to orders over US$ 100,00"
when
$order : Order()
$total : Number( doubleValue > 100 )
from accumulate( OrderItem( order == $order,
$value : value ), sum( $value ) )
then
/* apply discount to $order */
end
* Exemple tret de la documentació de JBoss
La part divertida del joc
Carregant, esperi un moment
Aquí aniria un conjunt de paraules que tenen sentit en un tot, per exemple un post en un blog, l'ajuda d'un joc... Això va en benefici de la web semàntica
Aquí aniria un conjunt de paraules que tenen sentit en un tot, per exemple un post en un blog, l'ajuda d'un joc... Això va en benefici de la web semàntica
@font-face {
font-family: 'League Gothic';
src: url("../../lib/font/league_gothic-webfont.eot");
src: url("../../lib/font/league_gothic-webfont.eot?#iefix") format("embedded-opentype"), url("../../lib/font/league_gothic-webfont.woff") format("woff"), url("../../lib/font/league_gothic-webfont.ttf") format("truetype"), url("../../lib/font/league_gothic-webfont.svg#LeagueGothicRegular") format("svg");
font-weight: normal;
font-style: normal;
}
var websocket = new Websocket("ws://myserver.com/path/to/connect");
websocket.onopen = function (event) {
//Websocket is fully functional now
};
websocket.onmessage = function (event) {
//Called every time the server sends a message
};
websocket.onerror = function (event) {
//Called when there is an error communicating with the server
}
websocket.onclose = function (event) {
//Called when the connection to the server is closed
}
//to send messages
websocket.send("foo");
//end communication
websocket.close();
Esteu en contacte:
inside.gameduell.de
www.techtalk-berlin.de