Hi JB
I tried to check out some information about using Blueprint, but there
is nothing to gain.
If use blueprint and scr instead of spring, does web application development
have a similar alternative to springmvc?
Or can you only use the original servlet method like the one below?
@OsgiServiceProvider(classes={Servlet.class})
@Properties({@Property(name="alias", value="/tasklist")})
@Singleton
public class TaskListServlet extends HttpServlet {
//......
}
I am very confused now.
How do I use Blueprint instead of Spring and SpringMVC to develop a Web
Bundle correctly, is there a related reference solution?
Regards
duan
--
Sent from: http://karaf.922171.n3.nabble.com/Karaf-User-f930749.html