background preloader

Javapassion.com root page

Javapassion.com root page

Canvas Tutorial - Introduction Welcome! In this tutorial, we're going to create a breakout clone that you can play in your browser, using javascript and the In order to use this tutorial, you'll need a browser that supports the <canvas> element. Before you read any further, click on the "run code" button on the left to play the game that we'll end up creating. On every page, you'll be able to click the "run code" button to run the code we've developed so far. Every page besides this one has an editor in it containing the javascript code that will be run in the same box as the game as soon as you click the button. In order to make our lives easier, I've included the jQuery framework in every page, which extends javascript in your browser with some useful methods. If you have any comments or questions, feel free to leave a comment on the "comments" tab. next

Rapla Rapla is a flexible multi-user resource and event planing system. It features multiple calendars views, conflict-management, fully configurable resource and event types and many import/export functions. More>> Developer Center : The Flex, Spring and BlazeDS full sta Additional Requirements Spring Download In Part 1 and Part 2 of this series, I described the process of setting up Spring, Hibernate, and MySQL on a sample to-do list server to create the back-end of the sample application. The goal of this section is to avoid duplicating configuration files. Open a command line in todolist and run the following command: mvn archetype:create -DgroupId=org.epseelon.samples -DartifactId=todolist-config Then navigate to todolist-config and delete the src/main/java and src/test directories. While still in the same directory, create a file named remoting-config.xml that contains the following code: <? Edit the todolist-config/pom.xml file so that it looks like this: <? Notice the pom packaging and configuration of the maven assembly plug-in that references the assembly descriptor to package the shared configuration. Run 'mvn install' and you'll see a file called todolist-config-1.0-SNAPSHOT-resources.zip, containing the two configuration files.

Home Developer Center : The Flex, Spring and BlazeDS full sta Additional Requirements Spring Download Welcome to the second installment of this three-part article series. In Part 1 I described the process for creating and configuring a classic standalone Flex module built with flex-mojos. In this section we'll get started creating the back-end of the to-do list sample application. mvn archetype:create \ -DgroupId=org.epseelon.samples \ -DartifactId=todolist-web \ -DarchetypeArtifactId=maven-archetype-webapp The command above creates a new todolist submodule inside the root todolist module. <dependency><groupId>org.springframework</groupId><artifactId>spring</artifactId><version>2.5.2</version></dependency><dependency><groupId>org.aspectj</groupId><artifactId>aspectjrt</artifactId><version>1.5.4</version></dependency><dependency><groupId>org.aspectj</groupId><artifactId>aspectjweaver</artifactId><version>1.5.4</version></dependency><dependency><groupId>org.hibernate</groupId><artifactId>hibernate</artifactId><version>3.2.6.ga</version></dependency> <?

Developer Center : The Flex, Spring, and BlazeDS full st The most challenging part of the project is setting up the Maven build. This project could have been built with Ant, but I don't particularly enjoy writing Ant scripts. As for using an IDE to build projects, depending on a particular development environment is usually not a good idea because any serious project needs some degree of testing and continuous integration. Even though Maven is not perfect, I still see it as the best solution. As for JBoss, it's not a requirement at all—it just happens to be what I'm using. If you prefer, you could use a simple Tomcat setup instead. To see the finished version of this sample project, view the demo. Creating a root Maven project The first thing we have to address when creating a Flex/BlazeDS project with Maven is to determine the right location for configuration files. With that out of the way, let's get started. First, let's create the root todolist module.

SELFHTML 8.0 (réaliser soi-même des fichiers HTML) SELFHTML stellt seit 1995 eine deutschsprachige Dokumentation zu HTML und verwandten Technologien zur Verfügung. Wir möchten dabei besonders … Anfängern die Grundlagen vermitteln und Kurse in deutscher Sprache anbieten Fortgeschrittenen ein Nachschlagewerk bereitstellen Discord SELFHTML hat einen Discord-Kanal, bei dem Sie Fragen rund um HTML und Programmierung stellen können. Everyone’s a publisher SELFHTML gehört seit vielen Jahren zu den bekanntesten Dokumentationen über das Erstellen von Web-Seiten. Fertige Content Management Systeme, soziale Netzwerke und andere Plattformen bieten dafür ebenfalls Mittel an. Wollen Sie aber eine individuelle Webseite gestalten, müssen Sie sich mit den grundlegenden Werkzeugen vertraut machen. Für Fragen zum Inhalt und Diskussionen steht das SELFHTML-Forum zur Verfügung.

Related: