Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    670

    context from a graph of beans

    Have somebody already handled a similar question:
    Generating a spring context '.xml' file from a small graph of java-beans
    I know that for a 'constructor-args' part I have to give-up, but a...
  2. Replies
    2
    Views
    1,862

    Thanks Lucas, but I think that my problems were...

    Thanks Lucas, but I think that my problems were due connectivity, few hours later everithing went fine...
  3. Replies
    2
    Views
    1,862

    problems with repositories

    I tried to give a springBatch a spin but have problems with repositories...

    Creating the plain-vanilla project with maven:

    mvn archetype:create -DgroupId=com.mycompany.app -DartifactId=my-app
    ...
  4. Replies
    6
    Views
    1,831

    aop & async processing in service layer

    I have service layer which calls dao layer to persist some entities but sometimes number of entities to persist is too much to block the rest of the service so I introduced a small chuck of code...
  5. Poll: How about BatchTask ?

    How about BatchTask ?
  6. Replies
    9
    Views
    3,094

    Sorry Dave, but 'When' ?

    Sorry Dave, but our questions/prayers have not yet been answered... What we asked is WHEN... I appreciate your time and effort to respond here but if you cannot tell us when, please ask somebody who...
  7. Replies
    9
    Views
    3,094

    When we can see some release ?

    'We might be ready next Friday' was reported by you in this forum, more than a 2 months ago... I can understand all issues that might surround this (frame)work, but at least, give us some estimate...
  8. Replies
    11
    Views
    4,748

    This project seems to have a lot of potential, an...

    This project seems to have a lot of potential, an many people are interested in some kind of guesstimate...
    Can we have some preliminary dates, the logic implies that some release will happen near...
  9. Thanks Cristian, When will we see rc1 ?

    Thanks Cristian,
    When will we see rc1 ?
  10. Thanks Christian, I am pretty spoiled by...

    Thanks Christian,

    I am pretty spoiled by SpringIDE, and need this fix, where can I get it ?

    P.S. Does SpringIDE use transparently ajdt present in eclipse or it bundles a proper version of it ?
  11. Eclipse 3.3rc2 SpringIDE 2.0m4 xml editor crash

    Using the abovementioned cofiguration when opening spring xml files it crashed with little to no helpful message:

    A stack overflow has occured.
    ...
    See the .log for more details.

    After that...
  12. Thread: spring jpa

    by sdmiski
    Replies
    1
    Views
    605

    spring jpa

    After reading the 'Getting Started With JPA in Spring 2.0' I tried to follow the steps illustrated in the article to make it work with my small prototype but had no success... I would like to ask...
  13. So you are telling me that my only solution is to...

    So you are telling me that my only solution is to make some weird parent-child relationships between my library factories even if those have no relationships whatsoever ?
  14. I have something like (pseudo-code): Library1...

    I have something like (pseudo-code):

    Library1 lib1 = new Library1();
    Library2 lib2 = new Library2();

    lib1.getContext();
    lib2.getContext();

    so I have 2 contexts which I want to use when...
  15. I think that what I am asking is something very...

    I think that what I am asking is something very simple... I don't want to couple my main module to other modules... I want to use them transparently, without having to know names of their .xml...
  16. Yes but I have nedd of...

    Yes but I have nedd of ClassPathXmlApplicationContext with MULTIPLE 'parent' contexts so my beans can reference them...
  17. How to ref several ApplicationContext objects

    I have several libraries which are internally using spring and encapsulate their components exposing their just their ApplicationContext's...
    How can I instantiate my main application context with...
  18. Replies
    2
    Views
    1,052

    Thanks Rod, my message was wrote in a hurry,...

    Thanks Rod, my message was wrote in a hurry, after your response I took a deep breath and studied ref doc, examples, and everything was clear...
  19. Replies
    0
    Views
    910

    jetty6 embedded with spring mvc

    I have to have a web application which uses springMVC with Jetty6 in embedded configuration... My app will be packed in one jar but will use some other jars... I will have to construct and bind some...
  20. Replies
    2
    Views
    1,052

    spring-ibatis default config: transactions ?

    I am using default configuration of spring 2.0 with ibatis trough 'spring-ibatis'...
    When my transactions begin and end ?
    How is configured spring in this case ?
    Is there some kind of autocommit...
  21. Replies
    0
    Views
    1,027

    common-build: dependencies

    My project is composed of 2 modules which are configured so that module2 is depending on module1...

    When I do 'ant publish' of first module everithing is ok...
    But when building my module2, the...
  22. how: of Foo inteface implementations

    How can I define a list of Foo interface implementations (FooClass1, FooClass2...) as a bean so it could be referenced in other bena definitions. Some example please...
  23. Replies
    1
    Views
    808

    how: elegant beans configuration

    I am new to spring and have following problem...
    The setup is very similar to servlet filters as I have one FooProcessor which would have to execute a linked list of FooFilter (defined as...
Results 1 to 23 of 23