I have this .hbm.xml file : Evenement.hbm.xml : <hibernate-mapping package=\"com.af.evenement\"> <class name=\"Evenement\" table=\"TB_EVENEMENT\">
I\'m just in search how to deploy my project to the remote Glassfish v.2 server. It\'s easily could be done by installing Glassfish server on local computer and using as-admin tool but it\'s开发者_开发
I have a Dynamic Web Project having a flat file (or say text file). I have created a servlet in which I need to use this file.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
In our company, we have a number different modules constructed as separate wars. Each client can pick and choose module he wishes to buy.
I created an EJB 2. I deployed it on JBoss-IDE 1.6 and then, I created a JUnit test to access it. here\'s the code I used for the client :
When trying to access an ejb from a client , I get this exception : java.rmi.ServerException: RuntimeException; nested exception is:
Our JavaEE application has a services which is responsible for installation and start up of other services depending on the configuration stored in a database. Services are installed using the
What are the aspect开发者_Go百科s to be considered when I want to develop a website using J2EE application server and a database for back end, I am looking for an answer that can guide me through the
I would like to show a popup message to the users on login to my site, only when login (later on it is not required).