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

Please help[ to integrate Spring project and a java project

 
Greenhorn
Posts: 26
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All.. i have two project one is spring project and the other is a java project. the java project contains all DAO Class and Service Class . i want a solution other than creating JAR from the java project and putting it in spring project. i am using Eclipse IDE.
Thanks
Manish
 
Ranch Hand
Posts: 608
Firefox Browser Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well its not really clear from you post - where you want the solution for?

If you just need it for your IDE - you could add the Java-project on the classpath

Have a look at the project dependency section @ http://www.informit.com/articles/article.aspx?p=367962
Quick how to - http://ptgmedia.pearsoncmg.com/images/chap6_0321288157/elementLinks/06fig03.jpg


If you got some build mechanism (maven?) then you should find some plugin's that would automatically help you manage such local dependencies.
 
Message for you sir! I think it is a tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic