Search:

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

Search: Search took 0.01 seconds.

  1. Replies
    0
    Views
    530

    Injecting entitymanager in Glassfish

    I want to use spring in a web application and deploy to glassfish. My application injects an entitymanager using the jpa annotation @PersistenceContext

    In tomcat and jetty that works fine. In...
  2. Replies
    9
    Views
    1,793

    Coordinate Execution Order of Jobs

    Say you have a resource for example a file and a bunch of jobs that uses this file. The jobs execution order is important and some jobs types should cancel earlier jobs of the same type that touches...
  3. Replies
    3
    Views
    1,906

    Java EE advantages

    One of the advantages of Java EE over Spring is greater support for transactions. For example the TimerService of EJB supports transactions where the Spring equivalent(s) does not (AFAIK).

    This...
  4. Replies
    1
    Views
    1,036

    Extendible Spring Application

    I need to decouple and modulize a spring application and make it extendible. How would you do that in spring if you have no single place of setup. In other words, each module should do its own setup...
  5. Replies
    3
    Views
    1,677

    Stateful Remoting

    I am investigating alternatives to the Javaee5 framework and in particular to stateful session beans. When I look in Spring documentation and examples of how to do remoting they all seem to...
Results 1 to 5 of 5