I have trying the same, but I found that in Spring 2.5 it is posible using @Configurable annotation but I have got some problems with load-time-weaver configuration over glassfish
Type: Posts; User: Isaac2001; Keyword(s):
I have trying the same, but I found that in Spring 2.5 it is posible using @Configurable annotation but I have got some problems with load-time-weaver configuration over glassfish
So I have read spring documentation, it said for a galssfish server using web application enviroment(not ear) we need to follow the same steps as in tomcat in order to run load time weaver. So I...
I´ve added -javaagent:"$anypath/aspectjweaver.jar" to glassfish using glashfish webadmin and when I start it I got the following Exception:
java.lang.ClassNotFoundException:...
On you example you register notification listener on a remote server, exists any form that you can inject beans obtained from a client connector to a local(POJO)bean?
I think you are receibing data in your formControler with a method like this:
public ModelAndView onSubmit(HttpServletRequest request, HttpServletResponse response, Object command,...
This link could help you it has info for the 2.7 and 3.0
http://wiki.apache.org/myfaces/JSF-Spring_and_JSF
I have no info for the 4.0
I have tried too JSF-Springg but I can not run anything. there are no good support.
I think your mistake It's be'acuse you add this line
<application>...
Other observation, you can not use UIcomponent.setRendered, but you could use JSTL <c:if > tag and sessioScope in order to manage what components will be rendered.
I have read your post about Ice-Faces. I have been thinking and I guess I found a form to integrate it.
try this:
Fragment of JSFview.jsp
<h:form id="form1">
But i will continue reseaching about integratind bouth frameworks
Not yet,
Also I have tried to navigate between pages, but nothing hapens when i try redirect to another page whit navigation rules. I need to use externalContext to redirect to other pages.
I...
Thank's. I will try it.
I have tryed the example SellItem-jsf and I think SWF is very usefull when integrating JSF-Springframework, but I have a little problem. I expect that somebody could help me.
My problem is : i...
<------------------------------BackingBean for prev JSF------------------>
/*
* RegistrarComentariosControl.java
*
* Created on 28 de mayo de 2007, 05:07 PM
*
* To change this...
Here is my code
<-----------------------Part web.xml------------------------------->
// Part of web.xml
<listener>
I have some problems, the value change listeners don't work properly, is there someone who has integrated this two technologies, pleas help.
I'm using JSF Sun RI 1.1, Netbeans 5.5 ...