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
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Java Tech Architecture Question

  • 12-12-2012 2: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, Registered Users 2 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, Registered Users 2 Posts: 2,021 ✭✭✭ChRoMe


    Because MS SQL Server is cheaper..

    Good enough for me :)


  • Registered Users, Registered Users 2 Posts: 902 ✭✭✭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,336 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, Registered Users 2 Posts: 2,763 ✭✭✭Sheeps


    look at ibatis instead of hibernate.


Advertisement