Java Enterprise Edition (JavaEE) is a platform for enterprise computing for Java.
1
vote
1answer
79 views
j2ee implementing security and using a framwork pros and cons
I'm a newbie to j2ee security, and i'm not j2ee expert either, though i'm really willing to put some effort and learn I've an application that i'm about to develop on Google App Engine (GAE) --with ...
1
vote
1answer
69 views
Understanding the meaning of “multiple lifecycles application development”?
Some Agile job posts have a requirement "strong understanding of multiple lifecycles application development", what does it means ?
So my question would be: what's that field for, and what would I ...
0
votes
6answers
283 views
Looking to build a 2 java applications. should it be web-based application or standalone application?
The first application (web-based) will be located at site1 and once the information is processed, it will be sent to the second application(web-based) located at site2. Application2 needs to be able ...
-1
votes
2answers
152 views
Best Java framework for Backend Application [closed]
I'm planning to create an application in Android and Web which relies on a back-end java application for data. So, currently I'm thinking of having the business logic in java layer which communicates ...
3
votes
2answers
141 views
java classes and database queries
Can someone please explain the best way to solve this problem.
Suppose I have three classes
Person
Venue
Vehicle
I have a DAO method that needs to return some or all of these attributes from each ...
0
votes
2answers
235 views
Migrating web app from php to Java [closed]
Hi I had today my first interview for a position of android developer.In my portfolio I had a php e-commerce application that has a catalog , ajax powered shopping cart , and administrator ...
-2
votes
0answers
96 views
Personal study guide. Java [closed]
What can I learn and in what order, to become a java mobile and web (multi-tier) application developer.
Consider that I am my own tutor. Can you suggest the average time frame it is achievable?
3
votes
2answers
204 views
Recruiter asking for help understanding JEE5 or JEE6 and J2EE. (NOT A JOB POSTING NOT LOOKING FOR CANDIDATES)
I am a recruiter. I want to learn as much as I can about JEE5/JEE6 so when I try and find these types of candidates I can at least talk intelligently with them.
What I need to understand is what goes ...
6
votes
4answers
916 views
Why do almost all Java jobs (postings and from recruiters) say J2EE rather than the newer JEE versions?
I'm still fairly new to Java but have definite comfort now working within the framework I am used to which would mainly be focused on Spring, Hibernate and JEE 6. It seems like every time I talk to a ...
-1
votes
0answers
88 views
J2EE opensource project with JPA, Criteria, JSF [closed]
I would like to ask you if you have any knowledge of any J2EE opensource project that involves using JPA with Criteria and JSF. Preferably something that a junior developer (with working experience of ...
1
vote
1answer
113 views
JUnitEE vs JUnit
I know what unit testing is in general and what JUnit is in particular. But here I see that there is a project called JUnitEE which seems to me to be a wrapper over JUnit. So I would like to better ...
1
vote
1answer
137 views
What should be stored in UserContext?
From my general understanding I believe UserContext for a web application is supposed to hold user authentication and authorization (user roles) information.
As part of user roles, there are ...
4
votes
1answer
152 views
Good design for delegates in a service oriented architecture
My problem is quite complex to explain and my English is not excellent, so I hope you can understand my question.
In a service oriented architecture there are some modules that own data used by all ...
0
votes
1answer
108 views
How do remote interfaces work with JavaEE and glassfish?
I would like to know what is going on "under the hood" if I use remote interfaces in JavaEE. In the project I use a stateless enterprise bean that implements a remote interface. And I can call methods ...
4
votes
2answers
168 views
JavaEE server experience matters for a developer?
Lately I am seeing quite a few application development job ads asking for experience with this or that Java EE server. I can understand this if it is for a server administrator, however I find it ...