• 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

OSGi jar files

 
Ranch Hand
Posts: 120
Eclipse IDE Firefox Browser
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am trying for Spring Dynamic Actions in modules,

I found missing these jar,

org.springframework.osgi.jsp-api.osgi_2.0.0.SNAPSHOT
org.springframework.osgi.jasper.osgi_5.5.23.SNAPSHOT
org.springframework.osgi.commons-el.osgi_1.0.0.SNAPSHOT
org.springframework.osgi.jstl.osgi_1.1.2.SNAPSHOT

can anybody tell me where i can find this?

 
ranger
Posts: 17347
11
Mac IntelliJ IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
www.springframework.org is the main site for all the Spring projects/module. You cna download any module from there, so look for the OSGI files.

If you are using Maven or IVY for dependency management you can go to

http://www.springsource.com/repository/app/search?query=OSGI

the spring repository has OSGI compliant bundles for almost any set of jars you could possibly want.

The link above is a search for the Spring OSGI jars. Select the version you are using below and see what you

Good Luck

Mark
 
reply
    Bookmark Topic Watch Topic
  • New Topic