JavaFX in enterprise web applications – a good alternative to traditional web pages?

We have developed several web applications for different customers, from a simple and boring crud style GUI to a favorite Ajax enhanced GUI for poor administrators and Internet people All these are based on JSF 1.2 combined with JBoss seam 2, using facelets and RichFaces as the presentation layer

We know the limitations of JSF 1.2 (I'm sorry). We haven't managed the transition to Java EE 6, but we defined this setting as our technology stack. We gained some experience in this technology and felt reliable in developing web applications for our customers

So why tell you? Because we hear more and more that "Web 2.0" customers want to have rich client functions and only accept the browser as the portal for all applications Although we know that we can use the technology we use to do this, we think it may be a good idea to use different things on the client to support these requirements And since most of us are Java programmers, we have been leaving in a hurry. This person bothered us with his Adobe flex. We think JavaFX may be a good thing in the new version

I let my hands dig deep into the JavaFX resources I can find, but one thing that often comes to my mind is that JavaFX is a technology that can do some good graphic effects, but the bubbles of color shadows may look cool while bouncing, and they are basically useless in commercial applications

For a brief explanation, we like to use Java EE 6 in the background and have rich and beautiful functions on the client JavaFX is a good choice for traditional web pages, even the upcoming modern HTML 5 web pages for developing business web applications. Where can I find examples?

Thank you for your reading time and hope for the answers

Solution

You may need to http://www.oracle.com/technetwork/java/javafx/downloads/index.html View the dataapp sample in the JavaFX sample package

This is an example of an enterprise application using JavaFX UI in a browser It will give you a good example that can be made for enterprise clients on JavaFX

You may need to spend some time installing mysql, EE and content for this example (very simple, just follow the readme provided), but you will see how to handle the complete stack from DB to client UI

Small screenshot of the first screen:

The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
分享
二维码
< <上一篇
下一篇>>