Tools for JSP

2004-06-23 Thread leonnewsgroup
Hi there, I was wonder if there is a tool for devloping of JSP pages or is there a way to quickly produce JSP pages? Thanks. James - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Struts and EJB integration question?

2005-03-01 Thread leonnewsgroup
Hi there, I am building a Struts based application with EJB model. I want to know the strategy of find and call the EJBs in model layer. My model layer is implemented by a stateless or stateful session bean that accesses to entity beans. and there is a service locator object to find the session be

Re: Struts and EJB integration question?

2005-03-02 Thread leonnewsgroup
the manager layer component), and let this component > find and use services directly, etc. This shields Struts from disparate > APIs. > > Erik > > > leonnewsgroup wrote: > > >Hi there, > > > >I am building a Struts based application with EJB model. I want to kn

How to make HttpSession thread-safe????

2005-04-09 Thread leonnewsgroup
Hi All, Quick question, What is the strategies to make HttpSession thread-safe? Thanks. Leon - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: How to make HttpSession thread-safe????

2005-04-09 Thread leonnewsgroup
sion thread-safe > You can put an object in session and lock on it using synchronized. But this > won't work over a cluster. > > BAL > > >From: "leonnewsgroup" <[EMAIL PROTECTED]> > >To: "Struts Users Mailing List" > >Subject: