This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes JavaFX and the fly likes JAVA FX with struts? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JavaFX
Reply Bookmark "JAVA FX with struts?" Watch "JAVA FX with struts?" New topic
Author

JAVA FX with struts?

david arnold
Ranch Hand

Joined: Apr 10, 2009
Posts: 129
Hi,

There is an application using Struts and Web services that I maintained. Now there is a new designed GUI (same application) which is too fancy to implement with html and JavaScript only. I took a search and found that seems the Java FX could do the GUI part, well, the backend part in Struts has lots of work and I want to remain it without creating a complete new project.

Is that easy to implement JAVA FX for front end and using struts for back end? I am new in the field.

If possible and not very difficult, is there any good tutorial or document about this aspect which I could get more idea about how to start and achieve it?

Thanks in advance for any help.
prince dant
Greenhorn

Joined: Oct 18, 2010
Posts: 4
I don't think knowing swing will give you much of an upper hand with JavaFX. JavaFX seems more like scripting rather than actual java programming. You can learn JavaFX fine without swing.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: JAVA FX with struts?
 
Similar Threads
3D dice game, JavaFX or regular SE with Open GL?
Essential Java FX and game programming
GUI timeout in Java client application
GUI timeout in Java client application
What's the difference between Spring and Struts?