Search:

Type: Posts; User: benzin; Keyword(s):

Search: Search took 0.02 seconds.

  1. I user jetty server and I can't use LTW with this...

    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...
  2. I know this purpose and now I use it, but I...

    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.
  3. Every object throught Spring. Spring as univerzal factory.

    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...
  4. Yes I needn't use @Configurable but I need...

    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...
  5. Now I use aspects which configure my Controller...

    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...
  6. @Configurable @Aspect - AspectJ aspect configured by spring

    Hello is this a way how I can configure aspect witch spring?

    I have this aspect:


    @Aspect
    @Configurable
    public class TempletAspect {

    /** Describe templet here. */
  7. I run -javaagent:spring-agent.jar but spring tell me this:Must start with Java agent

    I start jetty6 by this:



    # java -javaagent:spring-agent.jar -jar start.jar


    In contetext i have this:
  8. Replies
    0
    Views
    1,114

    AbstractForm createCommitButton

    Now is:

    protected final JButton createCommitButton() {
    Assert.state(commitCommand != null, "Commit command has not been created!");
    return...
  9. Replies
    1
    Views
    937

    Solution

    This is solutin, for this problem.

    FormModel.setFormObject()
  10. Replies
    1
    Views
    937

    Change data object on form

    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....
  11. it's in thread

    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...
  12. stop directly after start [greenhorn question]

    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...
Results 1 to 12 of 12