• 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
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

in jboss

 
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can any body explain me how to configure a project in jboss. And what is procedure for that .i have project in struts2 with jpa persistence.xml, in that i want to deploy our project in to jboss ..any body please help me for this.
 
author
Posts: 194
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

kishore nag wrote:Can any body explain me how to configure a project in jboss. And what is procedure for that .i have project in struts2 with jpa persistence.xml, in that i want to deploy our project in to jboss ..any body please help me for this.


A project ? you want to configure a JPA based project ? JPA standardized the way Entity are deployed to an application server. You have just to fill in the perstistence.xml with the correct provider information (for JBoss it's hibernate).
Time ago I added a startup tutorial about Entity on JBoss you can read it here:
http://www.mastertheboss.com/en/jboss-server/50-jboss-entity-bean.html
Of course if you prefer reading on good old paper you might consider having a look at the book which is added below my signature
Kind regards
Francesco
 
Too many men are afraid of being fools - Henry Ford. Foolish tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic