I have a Glassfish 3.1 production server that is suddenly acting up.Last week it was fine.This morning the it is throwing an NPE when attempting to load the admin console (localhost:4848).It is also t
I\'m developing a JavaEE system with several applications which consists of many projects (EARs, EJBs, etc).
I have to create a simple WebApplication with Java which shows a Login Dialog 开发者_如何学JAVAand after it shows some textfields, gets some Data out of a Database (Sybase) do something with it and in
I am chasing a problem where I see SQL statements run in my database log in a transaction, then see that transaction rolledback.
I created an EJB Session facade in my Netbeans 7 for saving my entity. I have a manytoone mapping between myInsurance and开发者_如何学编程 RatePlan Class.
I have a batch job that runs outside any request, response scope. I would like to be able to define the email content in JSP since the email content is primarly an HTML开发者_开发知识库 document wit
i don\'t know JSF very wel开发者_开发百科l, and i have a friend who is using only JSF and he asked me a very open question, why do you use spring not jsf ?
I\'m using JSF 2.0 and trying to display a list of data using a datatable. After my data is fetched I have button in each row, on this button it has to take some of the fields as input parameters and
Is it possible for the documents开发者_如何转开发 (inside the sharepoint document library) to be accessible from another system library (implemented in J2ee), and both
Is it possible to set an attribute in a request or session scope in a HttpServletRequest object of a validate method in Struts.