Struts »

Struts


Sub-Categories

  • No categories

Category Posts

What benefits does struts bring with it? - 05 Jun 2008

    Struts brings a treasure of J2EE best prsctices in the form of design Patterns. As a result it comes with these benefits:

It Enforces Modularity and Application Partitioning

It increases Role Separation

It comes with Increased code manageability

It also comes with Increased code extensibility (Ability to adapt change)

    The J2EE design patterns that […]

Read Full Post »


Struts: What is it and What is it not? - 04 Jun 2008

Struts is a framework. It implements a Model-View-Controller (MVC) framework. The main rationale of an MVC framework is to separate presentation code and business logic code.It is also very important to be familiar with what Struts is not. We were often told by some developers that they decided not to use Struts because “Struts does […]

Read Full Post »