Monday, June 23, 2008

Strtus, Spring and Hibernate

Now-a-days web applications are heavily using Struts, Spring and Hibernate for developing web apps.

Struts provide a MVC-based Action Framework for developing Web Applications.

Spring provides dependency injection and thereby can be used for managing the beans in your application.

Hibernate provides a simple yet very effective ORM tool. It simplifies most of the database related stuff and the developer has to only bother about business logic.

Thanks.

No comments: