Java Platform, Enterprise Edition (Java EE) 6 is the industry standard for enterprise Java computing. Utilize the new, lightweight Java EE 6 Web Profile to create next-generation web applications, and the full power of the Java EE 6 platform for enterprise applications. Developers will benefit from ...
31
votes
1answer
781 views
What are these different Java versions for?
I am just about to start my Java journey, ( I've already dabbled in C++) but I am getting really confused about all the different versions of Java:
JavaSE
JavaEE
JavaFX
etc.
Can someone explain ...
19
votes
5answers
812 views
Is object pooling a deprecated technique?
I am very familiar with the concept of object pooling and I always try to use it as much as possible.
Additionally I always thought that object pooling is the standard norm as I have observed that ...
9
votes
4answers
695 views
Is your company thinking of transitioning from java to another technology? [closed]
As every Java developer knows, Oracle bought Sun and the future of java looks quite unclear, specially since Oracle wants to monetize the JVM. Java as a language has also been stale in the last few ...
7
votes
2answers
409 views
What are the best things to put in my portfoilo to demonstrate my Java skills and make me more marketable?
I have studied Java for quite a while and written a lot of small SE programs. I have a good grasp on the language at this stage but unfortunately I do not work in the area of Java programming (as of ...
5
votes
5answers
797 views
How to learn Java web application development?
I’m planning on making a Java web application using Amazon Web Services Elastic Beanstalk. AWS Elastic Beanstalk basically provides PaaS on top of AWS’s cloud computing resources.
The problem I’m ...
5
votes
2answers
1k views
“Oracle Certified Expert, Java Platform, Enterprise Edition 6 Java Persistence API Developer” Preparation
I have been working with Hibernate for a fews years now, and I want to solidify and demonstrate my knowledge by taking the Oracle JPA certification, also known as:
"Oracle Certified Expert, Java ...
4
votes
2answers
144 views
Choosing right technology for messaging system
I'm working on a messaging system for two years now, the system was written by a long ago gone team and involves emails and document processing. The basic process is:
Receive an email, parse it, ...
4
votes
1answer
262 views
Programming in academic environment vs industry environment [closed]
Possible Duplicate:
Differences between programming in school vs programming in industry?
This is a general discussion about programming in the industry environment.
The background story is ...
4
votes
2answers
168 views
What kind of test should be given to Java EE programmers?
I'm looking to hire developers and I wish to test them. I have been especially told by my boss that we should have programmers on board that can consult on banking sector software and I'm to come up ...
4
votes
2answers
278 views
Good books for JavaEE 6
I have been using Java SE for a while and some EE technologies and now I want to read something that gives an overview of JavaEE. I want something like "JavaEE in a Nutshell", but more actual since ...
4
votes
3answers
454 views
What are the latest developments in Java/Java EE?
I am an experienced Java developer, but I lost touch with latest developments, as I am just in touch with normal servlets, JSP, JMS, etc. I would like to ask few questions:
I am seeing Spring, ...
4
votes
4answers
387 views
Java but no JEE experience
I have quite extensive Java experience (many years of Swing, desktop apps, gigantic applets), but have done very little JEE - only one single gig for 9 months, but that was very narrow work where I ...
4
votes
3answers
1k views
Where can I find some good EJB 3.1 tutorials? [closed]
I searched for a concise EJB 3.1 tutorial, but most stuff I found was outdated, incomplete or only there in fragments. Do you have some good links?
I'm only interested in EJBs, so JSF and JSP is not ...
4
votes
5answers
860 views
New to Maven— Creating Java EE Projects
Greetings--
I've been developing Java EE web apps with Eclipse for about a year. My employer doesn't use Maven, but the more I read about it, the more convinced I am that Maven + Hudson will be ...
4
votes
4answers
225 views
Continuous integration never results in build errors
I'm working with a variety of Java EE websites which use internal libraries we've developed. For each website, we only upgrade to new versions of our internal libraries as needed, and before ...