Which is best frame work in java...

Ajay Pandey

Ajay Pandey

@ajay-pandey-Zkxqb6 Oct 18, 2024
Which framework is best in java to develop enterprise application struts2 or spring.....

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • Anoop Kumar

    Anoop Kumar

    @anoop-kumar-GDGRCn Dec 12, 2013

    Depends upon what you want. Which layer you are going to focus?
    UI and Presentation layer, Business layer or database layer.
    Struts works best for presentation layer client -server communication.
    Spring is overall provide everything from MVC2 architecture, business and aspect programming to DAO (DB) things.
    Hibernate is best for DB layer.
    So if your project permits best combination would be
    Struts (presentation layer) + Sprint (business and aspect oriented programming) + Hibernate (to handle DB) layer.