|
Re: Gemini Web 2.2.3 RELEASE is now available [message #1398199 is a reply to message #1391832] |
Thu, 10 July 2014 19:39 |
Julio Rey Messages: 5 Registered: December 2013 |
Junior Member |
|
|
Hi Violeta,
(excuse me by my english)
I am starting with Osgi, i like Spring i want continue work with that, Could you help me with this?
i am tested with spring osgi, works fine for me but i read that Spring Osgi is Deprecated and it is migrate to Gemini,
I am trying with Osgi Gemini 2.0.0 and the service works very well, but when i am creating a Spring MVC Osgi Project for my Presentation Layer, i have some problems..
I use Osgi Gemini Web 2.0.0 but i do not understand how to works that, this is a replace of spring osgi web? the mvc schema can not found by Osgi Environment, what is the replace of package
org.springframework.osgi.web.context.support
That is my web.xml Mvc Servlet
<context-param>
<param-name>contextClass</param-name>
<param-value>org.springframework.osgi.web.context.support.OsgiBundleXmlWebApplicationContext</param-value>
</context-param>
<servlet>
<servlet-name>javorai-api</servlet-name>
<servlet-class>org.springframework.web.servlet.DispatcherServlet</servlet-class>
<init-param>
<param-name>contextClass</param-name>
<param-value>org.springframework.osgi.web.context.support.OsgiBundleXmlWebApplicationContext</param-value>
</init-param>
<load-on-startup>2</load-on-startup>
</servlet>
what is the parent context class, the replace of org.springframework.osgi.web.context.support.OsgiBundleXmlWebApplicationContext?
I have many projects, and want migrate to Osgi Gemini with Karaf,Jboss or Glassfish Server
Regards,
[Updated on: Thu, 10 July 2014 19:40] Report message to a moderator
|
|
|
|
Re: Gemini Web 2.2.3 RELEASE is now available [message #1402117 is a reply to message #1398643] |
Wed, 16 July 2014 14:49 |
Julio Rey Messages: 5 Registered: December 2013 |
Junior Member |
|
|
Thanks Violeta,
Using Eclipse Virgo works fine.. and i can probe
But
I need to resolve an Example using Gemini Blueprint + Gemini Blueprint Web with out Eclipse Virgo,
org.eclipse.virgo.web.dm.ServerOsgiBundleXmlWebApplicationContext is an Eclipse Virgo Class and i can not see the class in the gemini-blueprint-2.0.0.M02.zip Package Download
org.eclipse.gemini.web.core-2.2.3.RELEASE.jar
org.eclipse.gemini.web.extender-2.2.3.RELEASE.jar
org.eclipse.gemini.web.tomcat-2.2.3.RELEASE.jar
org.eclipse.virgo.util.common-3.6.0.RELEASE.jar
org.eclipse.virgo.util.io-3.6.0.RELEASE.jar
org.eclipse.virgo.util.math-3.6.0.RELEASE.jar
org.eclipse.virgo.util.osgi-3.6.0.RELEASE.jar
org.eclipse.virgo.util.osgi.manifest-3.6.0.RELEASE.jar
org.eclipse.virgo.util.parser.manifest-3.6.0.RELEASE.jar
If possible to resolve Gemini Blueprint + Gemini Blueprint with Equinox or Felix (a custom environment)?
My solution(Example for now) is necessary that is independent of Container(Glassfish,Virgo,Karaf,etc) and then i want to do with equinox, i am doing a recommendation to use Osgi/Blueprint(Gemini)
The Gemini Blueprint for now is working very well, but the web blueprint i can not integrate with my blueprint services.
Could you show me an Example with only Gemini Web(with a few dependences, with out Eclipse Virgo) (if exists)?
Sorry if my question is an incorrect place,
Regards
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.04017 seconds