aspose file tools
The moose likes HTML, CSS and JavaScript and the fly likes Interactive GUI 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 » Engineering » HTML, CSS and JavaScript
Reply Bookmark "Interactive GUI" Watch "Interactive GUI" New topic
Author

Interactive GUI

Pankaj Patel
Ranch Hand

Joined: Jul 13, 2006
Posts: 73
Hello All.

I have one question regrading GUI of the Webbased Application. Generally Webbased GUI is developed using JSP,HTML,JSF,so many others ... which ultimately converted to html.

I need one screen on which all other sub pages(smaller module) can be included with opacity and some in background too. Just like we see in the Movies. Ex. Die Hard 4.0
Just for Imagination.
Server logs are scrolling in background. Main alert and exception or messages are being refreshed in the sub frame of the home page and ...

I guess flex is one option. Did we have any other option just like jsp to achieve this?
Mohamed Sanaulla
Bartender

Joined: Sep 08, 2007
Posts: 2927
    
  15

There's a RIA Framework- ZK. It helps you build interactive web based UIs. This is one of the loads of RIA Frameworks available.


Mohamed Sanaulla | My Blog
Dieter Quickfend
Ranch Hand

Joined: Aug 06, 2010
Posts: 280
If you think flex, why not java fx?

Also, if you wanna do it in jsp's, you might as well just use jQuery or look for any of the javascript libraries who will do what you want


Oracle Certified Professional Java Programmer
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Interactive GUI
 
Similar Threads
running a large number of "counting QL" on a noSQL data store. Algorithm or a Best practice needed
ClassCastException
Publish to maven repository as "latest"
Java vs. Visual Basic
Generics problem