• 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

recommend framework to learn

 
Ranch Hand
Posts: 197
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am currently developing some lightweight web components using MVC approach. I'm working alone and so i'm searching for an even more efficient method for development. i've heard of struts, JSF, Tapestry etc.

can someone pls give some guidance re which to learn next.

Also is it worth switching to an IDE such as netbeans - currently developing with JEdit
 
Ranch Hand
Posts: 1090
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Just stay with what you are comfortable. I prefer using eclipse. Netbeans is kinda toooooo slow.

In case its not required don't follow any pattern. Secondly you would need to understand your requirements before delving into a specific pattern.
 
author
Posts: 288
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
My prefrred IDE is eclipse.

As far as web framework is concerned, learn one of the component based frameworks like JSF or Tapestry.

My preferred choice is Tapestry. google for JSF vs Tapestry and you should get some articles on comparison.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic