| Author |
New to JBoss, Hibernate, Struts
|
Rajendra Nath
Greenhorn
Joined: Nov 09, 2005
Posts: 27
|
|
Hi, I'm put into a new project which is on struts, hibernate, and JBoss server. I dont know any of the these. Can you please tell me how to deploy the project in JBoss. What is hibernate. please provide me the best links, and with an examples. Bye, and thank you. SCJP(90%) SCWCD(85%)
|
 |
Jaikiran Pai
Marshal
Joined: Jul 20, 2005
Posts: 8141
|
|
Can you please tell me how to deploy the project in JBoss
You have to just place your application under the %JBOSS_HOME%/server/default/deploy folder and start the server using the run.bat (or run.sh for non-windows machine) present in %JBOSS_HOME%/bin folder. That's it, your application will be deployed. As far as Hibernate is concerned, it is a ORM tool used to map database tables with Java objects. Hibernate is very vast but if you are looking for a quick start guide, you can find it at: Quick Start Guide for Hibernate More about hibernate can be found at its official site.
|
[My Blog] [JavaRanch Journal]
|
 |
 |
|
|
subject: New to JBoss, Hibernate, Struts
|
|
|