• 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

Spring Framework

 
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,
I'm very much new to Spring framework. Can anybody help me with finding proper documentation detailing the various features supported by Spring framework.
We've a portal for our organization which is currently implemented in java on a framework provided by Novell and we are now looking to implement the same on Spring framework.
Please let me know if you want me to list the main features required by our portal in order to help me out.

Thanks
Shalia
 
Ranch Hand
Posts: 341
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Shaila,
You can very well use Spring framework with portlets (I am doing so right now). Your question needs to be more specific though. In general I can tell you the following:
1. Go to springframework.org to get details about the framework
2. There are a few intro to spring articles http://www.springframework.org/documentation
3. Arguably spring framework can do pretty much everything a commonly seen J2EE application running inside a container can do. This includes remoting, transactions, working with such framework as Hibernate to do persistance, working with struts/JSF to handle presentation layer and more

If you list your specific requirements, I might be able to help you more. What are you using? WebSphere Portal?
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic