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
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.
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.
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.
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?
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.