hibernate - Rich interaction in Java/JSP web app -


i'm writing website in jsp using struts , hibernate. i'm looking way implement rich ui can have more buttons. examples, drag , drops, drop down lists updates in real time type more letters out etc. there way use swing struts , hibernate? or there other options available making rich ui?? (i'm open abandon struts and/or hibernate if there better alternatives)

fundamental problem: organization work have strict rules development tools , open source libraries can or cannot use, , pretty slow on updating approval list. none of ajax things (e.g. gwt, dojo) on list yet.

thank taking time read post!

first of all, use of struts , hibernate has no impact on interactivity of ui, because both of server-side technologies.

unless can use technology gwt, openlaszlo or flex, way you`ll able achieve rich user interface writing in raw javascript. lot easier if can persuade organisation allow use javascript library such jquery or prototype.


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -