• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

What is the most advanced JSF or JSTL or JSP?

 
Ranch Hand
Posts: 36
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
HI,

I am currently using JSP along with DOJO for developing UI in my web application.

Till date i know of JSP,JSTL,JSF but i am unable to decide which of these to use for my UI.

I also wanted to know and learn any new technologies apart from these.

My UI requires from simple input tags to Rating content,playing audio video and everything that we see in todays websites

Thanks and Regards,
E.S.Kranthi
Software Developer
 
clojure forum advocate
Posts: 3479
Mac Objective C Clojure
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
So you have an application coded with JSP and Dojo, why you want to rewrite it (assuming it is working)?
It is not logical to say which one is advanced since each one of them is different from the another.
JSP is a template technology, JSTL is a supporting tag library and JSF is a component-based framework.
You are the one to decide what to learn but I can mention a couple:
Rails, Grails, JavaScriptMVC, GWT ....
 
Saloon Keeper
Posts: 27752
196
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
For that matter, you can use dijit, which is a UI package specifically designed on top of dojo.

Fair warning, though, I'm working with an app where the original authors redefined primitive JavaScript functions such as the String comparators and they managed to make dojo/dijit totally flaky, since these packages assume an "honest" javascript environment..
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic