The moose likes JBoss and the fly likes New to JBoss, Hibernate, Struts Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » JBoss
Reply Bookmark "New to JBoss, Hibernate, Struts" Watch "New to JBoss, Hibernate, Struts" New topic
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
    
  52

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]
 
I agree. Here's the link: http://jrebel.com/download
 
subject: New to JBoss, Hibernate, Struts
 
Similar Threads
Performance for Hibernate vs JPA(Hibernate) Jboss Help needed
configuring dynamic web project
Project Team members required for Open Source projects - Worldwide
How to integrate hibernate and EJB (stateless session bean)
Spring-Velocity integration