About 82,800 results
Open links in new tab
  1. Why isn't Java used for modern web application development?

    Aug 19, 2011 · Java absolutely is used for modern web application development. Particularly once you get to the slighly larger / more complex / scalable end of the web application spectrum.

  2. web development - Do I need to know servlets and JSP to learn …

    I've been asking a lot of people where to start learning java web development, I already know core java (Threading,Generics,Collections, a little experience with (JDBC)) but I do not know JSPs …

  3. web development - Java web application folder structure

    As a beginner to J2EE, I have recently started developing my own project from scratch using the Core of J2EE : Servlets & Jsps. I could not evaluate whether my project folder structure is …

  4. When is Java a good choice for web development? [closed]

    Java is a statically typed language, and is cheaper than the other statically typed languages used for web development, namely C# and VB.net, if your company does not have an MSDN …

  5. Java web development - Software Engineering Stack Exchange

    Aug 2, 2018 · 3 I started to develop web applications not so long ago, and therefore there are a lot of unknown things in this field for me. My question concerns web development using the Java …

  6. java - Is it possible to have a single code base for a desktop GUI …

    To create a desktop application you can either view the web page in an embedded browser in an application that exists solely to show the browser in a window, or you can use something like …

  7. web development - Pluggable UI Components in Java Web …

    Oct 23, 2014 · My question is, how to achieve this in a web application? From my understanding, the folder structure for a Java web application is as shown here. But if we have pluggable …

  8. java - Can I install Apache HTTP server and Apache Tomcat server …

    Apr 19, 2016 · 1 I want to practice web programming on my Ubuntu virtual machine. I want to learn both server side web development using Java/J2EE and client side coding …

  9. web development - How should I approach developing a Java …

    struts apache Why go with the framework, because development with JAVA servlets is slow and inefficient. Now, you need a database, I recommend you to organize your code based on …

  10. web development - What are the differences between server-side …

    Jan 12, 2015 · In web development it's the browser, in the user's machine, that runs the code, and it's mainly done in javascript, flash, etc. This code must run in a variety of browsers. Its main …