Using BlazeDS with jsf, jsp frontend
i wonder if i could set up a jsf bean that is capable of connecting to the BlazeDS Application within a tomcat server. My problem is that i have already a flex application and i want to reuse the same data access classes which i wrote for the flex application with another frontend than flex. Can someone think of a way to realize that?
Thank you
EDIT: Or开发者_如何转开发 is it possible to share the class implementations for the blazeDS Server as a jar include through 2 differnt projects?
It is possible to invoke blazeds endpoints from java, if that's what you want (take a look here. However reading your post I have the impression that some of your code is tightly coupled...you should be able to reuse your services (they can be designed in such a way to not depend on blazeds concepts like flexcontext etc).
精彩评论