Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Java Tech Architecture Question

Options
  • 12-12-2012 3:31pm
    #1
    Closed Accounts Posts: 6,075 ✭✭✭


    Do any of you work in high-traffic e-Commerce websites? If so, can you tell me the best technology stack for this set up? Would this stack change if the site was an auction-based site like eBay?

    My suggestion:

    Java
    Spring Web Flow
    Hibernate
    CXF Web Services
    Sql Server
    Load balancer
    Glassfish

    Can anyone improve on that?

    Any suggestions are welcome.

    Walrus


Comments

  • Registered Users Posts: 5,246 ✭✭✭conor.hogan.2


    My first question is why SSQL over DB2 or Oracle? Genuinely curious too.


  • Closed Accounts Posts: 2,256 ✭✭✭Molly


    Would like to see the justification behind each technology..


  • Closed Accounts Posts: 6,075 ✭✭✭IamtheWalrus


    My first question is why SSQL over DB2 or Oracle? Genuinely curious too.


    Because MS SQL Server is cheaper..


  • Registered Users Posts: 2,021 ✭✭✭ChRoMe


    Because MS SQL Server is cheaper..

    Good enough for me :)


  • Registered Users Posts: 880 ✭✭✭moycullen14


    Do any of you work in high-traffic e-Commerce websites? If so, can you tell me the best technology stack for this set up? Would this stack change if the site was an auction-based site like eBay?

    My suggestion:

    Java
    Spring Web Flow
    Hibernate
    CXF Web Services
    Sql Server
    Load balancer
    Glassfish

    Can anyone improve on that?

    Any suggestions are welcome.

    Walrus

    Looks good to me, except:

    Mysql instead of Sql Server
    Use jersey instead of CXF unless u need SOAP?
    Tomcat instead of Glassfish (only for load balancing)


  • Advertisement
  • Moderators, Technology & Internet Moderators Posts: 1,334 Mod ✭✭✭✭croo




    Because MS SQL Server is cheaper..
    why not postgresql then if price is important. As well as being free it's also happens to be a great DBMS.


  • Registered Users Posts: 2,762 ✭✭✭Sheeps


    look at ibatis instead of hibernate.


Advertisement