• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

New to JBoss, Hibernate, Struts

 
Greenhorn
Posts: 27
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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%)
 
Sheriff
Posts: 10445
227
IntelliJ IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

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.
 
Politics n. Poly "many" + ticks "blood sucking insects". Tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic