Java EE application deployment patterns books [closed] - java

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I was wondering if there is any book or online resource available which can give me good overview of the Java EE deployment strategies on different servers. Or even a book which can tell me basics of Java EE application deployment.

Related

Broken link to Java EE tutorial source [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
The tutorial at http://www.oracle.com/technetwork/articles/javase/gfandmysql-part2-138537.html, which is about GlassFish and MySQL, Part 2: Building a CRUD Web Application With Data Persistence, points to https://techdayscode.dev.java.net/servlets/ProjectDocumentList?folderID=9891 (petcatalog application package) as the source code.
But the link is broken.
Does anyone know where I can find the source code?
According to this page, it is included in the Java EE bundle of the NetBeans IDE.

Java Servlet Hosting [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I want to find a hosting service for a small Java servlet (running on Tomcat, no database required). Any suggestions or anything I need to be careful about? Also: The only thing I need to upload to the hosting service is the .war file?
If its just a war then eatj is good.
Update:
In Feb, 2018 Amazon AWS is the best.

Need statistics on usage of Java, Eclipse and TDD [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
Does anyone has references to the following numbers?
1) Number of developers using Java as their main language.
2) Percentage of Java developers using Eclipse as an IDE.
3) Percentage of Java/All developers using TDD.

Is anyone using glassbox framework for automated troubleshooting and monitoring of Java EE apps? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
Glassbox seems to be very promising but wondering if anyone is using it? Also are there any other alternatives to it?

Is Java 7 already available to develop? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 12 years ago.
Improve this question
Is Java 7 already available to do development with?
You can start developing with Java 7 already, just go here.
Please note though that you will be using snapshot builds/sources so there are probably bugs and some unfinished/changing API.

Categories