Results 1 to 4 of 4

Thread: Server side environment

  1. #1
    Join Date
    May 2012
    Posts
    5

    Default Server side environment

    I searched a bit to find some answers but couldn't. I have a LAMP (Perl) portal. I am attempting to port it to Java and exploring the possibility of using Spring. I have no idea how this is to be implemented.

    I need to understand what is needed on the server side in terms of web server, app server, servlet engine,.. and java libraries/environment.

    If someone can give me an answer or point me to a document, I would appreciate it.

    Thanks

  2. #2
    Join Date
    Dec 2010
    Location
    Singapore
    Posts
    302

    Default

    Hi,

    You only need java, a servlet container (i.e. tomcat, jetty) and spring libraries.

    Use maven as the build tool.
    Amila Domingo

  3. #3
    Join Date
    May 2012
    Posts
    5

    Default

    Quote Originally Posted by amiladomingo View Post
    Hi,

    You only need java, a servlet container (i.e. tomcat, jetty) and spring libraries.

    Use maven as the build tool.
    What about Eclipse?

  4. #4
    Join Date
    Dec 2010
    Location
    Singapore
    Posts
    302

    Default

    What about Eclipse?
    Ya you can use any IDE that supports java (i.e. eclipse, netbeans, IntelliJ IDEA, etc..). Eclipse is my preference too.
    Amila Domingo

Tags for this Thread

Posting Permissions

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