• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

integartion

 
Ranch Hand
Posts: 125
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi

I have a two project
first normal j2ee project

second project-java project which connects to data ,take the data from data file and then insert it into database.
This data is displayed by jsp pages in first project

Now I to integrate this I made a jar file of second project and added in lib of web-inf/lib

But no action . making jar file approach is correct or not? any other idea.
.Independently the seoncd project is working

Other option is to make dependency to each other but it wont work as I have to give everything in single war file
regards
 
reply
    Bookmark Topic Watch Topic
  • New Topic