Results 1 to 8 of 8

Thread: System Designing

  1. #1
    Join Date
    Aug 2009
    Posts
    3

    Default System Designing

    I am not really good with system architecture, so need some advices.

    I'm planning to do Java (EE) and mySQL to develop a web application system.

    Wonder if there is any recommended design.

    Say if I use Spring Framework, can I use JBoss as my Web App Server?

  2. #2
    Join Date
    Jan 2008
    Location
    San Diego
    Posts
    780

    Default

    Quote Originally Posted by studiah View Post
    Say if I use Spring Framework, can I use JBoss as my Web App Server?
    Yes you can use Jboss

  3. #3
    Join Date
    Aug 2009
    Posts
    3

    Default

    Thanks. So given this.

    Since Hibernate is taking care of the database layer.
    Spring for the middle tier and the interface.
    JBoss as the webapp server.

    What's next i need to look into?

    And by the way, can the finished product (web application minus the webapp server) be sold commercially?

    i am developing for a company who wish to sell the application, so wonder this configuration is alright? Any suggestion.

  4. #4
    Join Date
    Aug 2009
    Posts
    3

    Default

    Any other suggestion or is this configuration good enough?

  5. #5
    Join Date
    Nov 2006
    Location
    Boston, MA
    Posts
    303

    Default

    Quote Originally Posted by studiah View Post
    Any other suggestion or is this configuration good enough?
    studiah, somehow I get an impression that you have started at the wrong end of things. Normally, I'd recommend to first get some basic education on software architecture, design methodologies, etc. - using books, tutorials, reference applications. Then, if you have unanswered questions (which is perfectly fine) look for advice in forums. But I believe that step 1 is the absolute minimum prerequisite to seeking a software engineering job.

    Please don't get me wrong. But it is indeed very difficult, if not impossible, to give a quick advice in a forum on the subject that requires serious study and fundamental knowledge to be properly used, e.g. on a real-life commercial project.

    What's next i need to look into?
    Hit the books! You should do it before you do anything else.

  6. #6
    Join Date
    Jan 2008
    Location
    San Diego
    Posts
    780

    Default

    LOL constv...

    "I'm thinking of building a bridge...I know I'll need some steel and concrete and very large cables. Anything else? Anyone have any tips for me?"

  7. #7
    Join Date
    Jan 2008
    Posts
    182

    Default

    Yes, get a good simulation package. Calculating bridge stresses manually is very tedious and therefore error prone

  8. #8
    Join Date
    Mar 2013
    Location
    india
    Posts
    3

    Default

    JBoss is really the best application server that implements the java platform. The main advantage of using jboss itself open source and that it is compatible with cross-platform which you can use on any operating system that supports Java.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •