| Author |
java plugin framework for spring
|
sandeep lokhande
Ranch Hand
Joined: Jan 25, 2010
Posts: 111
|
|
Can we use Java Plugin Framework for Spring Web-Application?
if yes then how could we use it?
|
>-<sandy>-<
|
 |
sandeep lokhande
Ranch Hand
Joined: Jan 25, 2010
Posts: 111
|
|
I am wondering with JPF from last few days,
but i cant find feasible solution for JPF with Spring web application,
kindly share anything you know about the same.
Thank you.
|
 |
Nathan Pruett
Bartender
Joined: Oct 18, 2000
Posts: 4120
|
|
JPF (Java Plugin Framework) != JPA (Java Persistence API)
JPF is a framework similar to OSGi, JPA is an Object Relational Mapping (ORM) API.
|
-Nate
Write once, run anywhere, because there's nowhere to hide! - /. A.C.
|
 |
sandeep lokhande
Ranch Hand
Joined: Jan 25, 2010
Posts: 111
|
|
yes sir,
thank you for correcting me i have made these modification now,
My intention was to know about JPF <Java plugin Framework> which will work along with or for Spring web-Application.
kindly tell me regarding this,
Thank you in advance.
|
 |
Nathan Pruett
Bartender
Joined: Oct 18, 2000
Posts: 4120
|
|
You probably won't find a lot of resources about this -
1.) It appears there hasn't been a JPF release since 2007.
2.) The only reference I found about how to get JPF to workin a webapp.
3.) Spring has Spring/DM which uses OSGi.
However, given a cursory glance, it looks like nothing would prevent you from using Spring to bind together objects taken from a JPF PluginRegistry, or to build Plugins using Spring - there's just no built-in solution (or many examples).
|
 |
sandeep lokhande
Ranch Hand
Joined: Jan 25, 2010
Posts: 111
|
|
Yes sir,
That's true and i am now going for Spring/DM which uses OSGi.
Lets hope it will fulfill all my needs,
Thank you for my reply and have a nice day.
|
 |
 |
|
|
subject: java plugin framework for spring
|
|
|