Broken link to Java EE tutorial source [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
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.

Related

Java EE application deployment patterns books [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 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.

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.

jboss downloaded but where could I start to make work [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 8 years ago.
Improve this question
well I studied java language and I'm pretty sure I'm at a good point and I would move up to the next level beginning to build a web app. So I downloaded and installed jboss but I think although is a complete framework it's very complicated.so I ask you where couid I start?which could the beginning point to understand something and move on?
JBoss is only one of several web application containers available in the Java ecosystem. If I were you I'd start by looking at how to develop web components using servlets and jsp. Basically the things included in the Oracle Web Component Developer Certification. While it's certainly not necessary to get a certification it is good to have a grasp of the material covered. There are plenty of books and online resources that cover these topics.

boilerpipe web API [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I would like to host my own version of the boilerpipe web API (http://code.google.com/p/boilerpipe/). The appspot site is http://boilerpipe-web.appspot.com/
I would like to self host it. Can someone give me directions on how to use the Boilerpipe JAR to create a webpage ?
I am the author of boilerpipe.
Boilerpipe's demo web application boilerpipe-web is not part of the boilerpipe-core jar.
To imitate its functionality you will need to write some Java Servlet around boilerpipe-core.
I'll probably release the source of boilerpipe-web at some point, so you don't have to bother with.

Hostmonster Java Support [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
I have a hostmonster account.
How do I figure out if it supports Java ?
If no how can I install Java on it ?
You have a remote shell access (ssh), so simply connect to hostmonster and type java -version.
OTH - if I look at the feature list, I see that they offer a lot of script language support but I see not indication for Java.

Categories