Latest

  • Rules Engine

    Sustaining changing business environment and remaining competitive is one of the biggest challenges faced by organizations today. Changes in competitive factors ultimately result in changes…

  • Apache Struts

    Summary Central controller mediates application flow Controller delegates to appropriate handler Handlers are tied to model components Model encapsulates business logic Control forwarded back through…

  • Hibernate

    Hibernate is an open source object/relational mapping tool for Java. Hibernate lets you develop persistent classes following common Java idiom – including association, inheritance, polymorphism,…

  • J2EE Patterns

    J2EE Patterns In software engineering, a design pattern is a general repeatable solution to a commonly-occurring problem in software design. A design pattern isn’t a…