Search:

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

Search: Search took 0.04 seconds.

  1. Replies
    5
    Views
    7,508

    how to bind application context to jndi

    I would like to access my beans from ejb. There are supported classes in ejb.support, but I want to load my application context once, not every time when new ejb is created. So maybe bind application...
  2. Replies
    3
    Views
    7,600

    Open Session in View with the Struts

    Hi,
    Is there any way to apply Open Session in View design pattern for Struts + Spring + Hibernate?
  3. Replies
    2
    Views
    3,638

    accessing bean factory from ejb

    Hi,
    How to access bean factory from ejb beans? I would like to have one instance of bean factory in my jboss server. My questions are:
    * how to startup bean factory and bind it to jndi context?
    I...
  4. Replies
    2
    Views
    2,280

    creating a new object with safe care

    Hi guys,
    My DAO has the following methods:

    boolean isAccountExist(Account account);//check if specified account exist in database
    void createAccount(Account account); //save the specified...
Results 1 to 4 of 4