Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

Notifications You must be signed in to change notification settings

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

AltStyle によって変換されたページ (->オリジナル) /