As I debug my seam application, it dawns开发者_StackOverflow on me that I don\'t really understand how parameter passing works.The following terminology really has me confused.So I am asking this very
Is it possible to replace the standard error pa开发者_StackOverflow中文版ges from JavaServer Faces such as
I would like to hold a ref of some other entity using its identifier. The object model which I am working on is huge and related entities hold lot of data. Also few pieces are cyclic in nature and I
In a Java Servlet I want to check programmatically whether a user i开发者_如何学Cs logged in or not.The HttpServletRequest#getUserPrincipal() as pointed out in the other answer only applies when you m
What is the difference between a .war and .e开发者_JS百科ar file?A WAR (Web Archive) is a module that gets loaded into a Web container of a Java Application Server. A Java Application Server has two c
I need to write a servlet that will return to the user a csv that holds some statistics. I know how to return just the file, but how can I do it while showing a progress bar of the file creation proce
I\'ve started reading the Enterprise Java Beans 3.0 book by Bill Burke and Richard Monson-Haefel and in chapter 4 it has this code
In JBoss documentation there is possibility to declare <no-tx-datasource> which开发者_如何学C states:
I\'m trying to figure out how to deploy a huge (40-50 MB) EAR file to the server through a rather slow VPN connection. The EAR contains EJB and WAR projects created in Glassfish, and 90% of the file s
I am currently looking in to some file uploading using Java Server Faces. I\'ve found this great introduction to it using RichFaces. However, I have some troubles understanding the process here.