Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 7 of 7

Thread: Is Java bad at web development?

  1. #1
    Junior Member
    Join Date
    Aug 2013
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Cool Is Java bad at web development?

    Hi

    In the web domain I always see Java in the enterprise websites. I don't see developers talk about Java for the web to build their small-medium projects.

    So, what the problem with Java for small projects? Is it the performance? so for example other languages such as PHP, ASP.NET(C#) perform better? or is it he difficulty of coding and deployment? or what exactly?

    Cheers


  2. #2
    Crazy Cat Lady KevinWorkman's Avatar
    Join Date
    Oct 2010
    Location
    Washington, DC
    Posts
    5,424
    My Mood
    Hungover
    Thanks
    144
    Thanked 636 Times in 540 Posts

    Default Re: Is Java bad at web development?

    Can you post specific examples of what you're talking about?

    You might see more PHP and whatnot for small-scale websites because there's less overhead involved in setting them up. With Java, you generally need a server that runs something like Tomcat, which although not too complicated, is more complicated than simply uploading a php file somewhere.

    But most "real" websites use Java on the server side, for a variety of reasons. Java is designed to be easier to maintain, it scales better, and there are a ton of frameworks available for your use that do most of the work for you.

    So really the biggest hurdle is setting up tomcat. Once you get over that bump (and it's as easy as setting up an AWS account), I don't really see a reason not to use Java. But then again you're on a Java forum, so we might be a bit biased.
    Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
    Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!

  3. #3
    Junior Member
    Join Date
    Aug 2013
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Is Java bad at web development?

    Thanks for this information. Can I ask you to mention any websites the were built by Java?

  4. #4
    Crazy Cat Lady KevinWorkman's Avatar
    Join Date
    Oct 2010
    Location
    Washington, DC
    Posts
    5,424
    My Mood
    Hungover
    Thanks
    144
    Thanked 636 Times in 540 Posts
    Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
    Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!

  5. #5
    Junior Member
    Join Date
    Aug 2013
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Is Java bad at web development?

    Thanks.

    So If I want to learn Java web development. what should I learn?

    First of all Java programming fundamentals. What comes after that?

  6. #6
    Crazy Cat Lady KevinWorkman's Avatar
    Join Date
    Oct 2010
    Location
    Washington, DC
    Posts
    5,424
    My Mood
    Hungover
    Thanks
    144
    Thanked 636 Times in 540 Posts

    Default Re: Is Java bad at web development?

    It really depends what you want to get yourself into.

    You're right, start with the basics. From there you could learn any combination of Swing, JavaFX, JavaEE, an existing framework, or another language entirely.

    I would recommend trying a little bit of everything to see what you enjoy the most. You don't have to lock in everything you're going to learn right now. Keep your options open.
    Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
    Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!

  7. #7
    Junior Member
    Join Date
    May 2022
    Location
    India
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Is Java bad at web development?

    Java is a rock-solid, dependable programming language. Java is an extremely fast language. It is one of the fastest environments for web application development.

Similar Threads

  1. Replies: 0
    Last Post: July 24th, 2013, 07:17 AM
  2. Would the following be considered bad practice in Java?
    By Newbie_71 in forum Java Theory & Questions
    Replies: 2
    Last Post: September 19th, 2011, 10:49 PM
  3. Java web client - > .NET web service
    By codeJ in forum Web Frameworks
    Replies: 0
    Last Post: July 8th, 2010, 04:34 AM
  4. Replies: 2
    Last Post: April 12th, 2010, 11:13 AM