I user jetty server and I can't use LTW with this server :(. I try agent because I can use java 1.6 but this not run for me same as custom class loader.
But when I can use spring as univerzal...
Type: Posts; User: benzin; Keyword(s):
I user jetty server and I can't use LTW with this server :(. I try agent because I can use java 1.6 but this not run for me same as custom class loader.
But when I can use spring as univerzal...
I know this purpose and now I use it, but I dislike this solution, because of compile time waving change number of rows and then is hard to find place of exception origin.
Can I use spring as universal factory for every class?
I know how to use spring as factory for predefined bean (by annotation or in XML descriptor). But I don't know haw use spring when I want...
Yes I needn't use @Configurable but I need @Autowired, becouse I want set parameter to annotation. But I don't know if compiled anntotation is call as new instance of class, or is add around the...
Now I use aspects which configure my Controller (web controller), and add templet (which is wrapper, but it's hidden) to all Controller which is in application.
When I Use spring configured aspect...
Hello is this a way how I can configure aspect witch spring?
I have this aspect:
@Aspect
@Configurable
public class TempletAspect {
/** Describe templet here. */
I start jetty6 by this:
# java -javaagent:spring-agent.jar -jar start.jar
In contetext i have this:
Now is:
protected final JButton createCommitButton() {
Assert.state(commitCommand != null, "Commit command has not been created!");
return...
This is solutin, for this problem.
FormModel.setFormObject()
I have aplication structure of this type:
State 1 -> * organization
organizatoin 1 -> * members of organization
members have some editable properties.
I user Mastar/Detail for members....
Problem is in the thread. Spring RCP run in children thread, and main thread run to ends, because of the window only blink.
For this time, I sove this problem with wery dirty code, which run in...
I starting with Spring RPC. I read some tutorials (for example about petclinic). I make my own aplication based on this sample. I want make only simple form at first. But directly after when simple...