Creating a web application Java vs .NET

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • begginer
    New Member
    • Jan 2013
    • 1

    Creating a web application Java vs .NET

    Please forgive me for a beginner's question...

    Java web application will always be implemented using JSP, Servlets and deployed on an Application Server?

    Visual Studion web application will be implemented as ASP .NET and published on a web server?

    Are those the options for creating a web application? Is there any other options to create a web application?
  • Anas Mosaad
    New Member
    • Jan 2013
    • 185

    #2
    For java, there are many frameworks available for we applications development, you may consider exploring JSF frameworks like rich Faces, prime faces or ice face. Web applications doesn't not necessarily require a full featured J2EE compliant application server, you can have a simple web container like tomcat.

    Hope this can help you.

    Comment

    • Frinavale
      Recognized Expert Expert
      • Oct 2006
      • 9749

      #3
      Anas is right, there are many frameworks available for Java web developers.

      But there are also different types of ASP.NET projects that you can use to develop your website as well.

      You could create a classic Web Forms application.

      You could create an MVC web application.

      Or you could create Web Services with ASP.NET and then call them using Ajax to retrieve information...

      There are many different types of .NET web projects that you can create.

      -Frinny

      Comment

      • bestcoupon
        New Member
        • Sep 2013
        • 2

        #4
        For create website using Java or .Net have many framework support.

        With Java : You can use some best Framework : JSF 2, Struts2
        and with .Net you can use Webform base or MVC.

        Comment

        Working...