Skip to content

steveonjava/JavaFX-Spring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaFX-Spring

Example application demonstrating integration of JavaFX and Spring technologies on the client and server. For more details about the technologies used, and a details of the code, please refer to the following 3 part blog series:

To run this example, you will need to build and run the server and client projects individually using maven. You can either do this via an IDE or from the command line.

To start with, please make sure you have the following prerequisites:

  • Maven (3.x or higher)
  • JDK 7 (update 4 or higher)

The command line steps to get this up and running are:

cd server
mvn jetty:run
cd ..
cd client
mvn compile exec:java

If it doesn't work, make sure that maven is running the right version of java by calling "mvn -version". If you are still having trouble, check out the blogs mentioned above, and post if your issue is not resolved.

About

Example application demonstrating integration of JavaFX and Spring technologies on the client and server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages