Re: iBATIS with Tomcat vs JBoss

2008-11-13 Thread Jason Sheedy
Ahh beer . is there anything it can't do !! I have to agree with Rick regarding hibernate in the original post. We wasted allot of time on all of it's hidden "features". I'd echo what I've seen posted around quite a bit in the it's great for fairly simple object graphs, but once it starts to g

Re: iBATIS with Tomcat vs JBoss

2008-11-13 Thread Sundar Sankar
The best name for EJB ever seen. I wish there is no one from the EJB Jsr Team reading all of this ;) -S On Thu, Nov 13, 2008 at 11:16 AM, David McReynolds < [EMAIL PROTECTED]> wrote: > En-Joy-Beer > > I can't help myself sometimes. > > -Original Message- > From: Larry Meadors [mailto:[EMA

RE: iBATIS with Tomcat vs JBoss

2008-11-13 Thread David McReynolds
En-Joy-Beer I can't help myself sometimes. -Original Message- From: Larry Meadors [mailto:[EMAIL PROTECTED] Sent: Thursday, November 13, 2008 12:44 PM To: user-java@ibatis.apache.org Subject: Re: iBATIS with Tomcat vs JBoss So the B in EJB stands for Beer? :-D Larry PS: It's not even

Re: iBATIS with Tomcat vs JBoss

2008-11-13 Thread Larry Meadors
So the B in EJB stands for Beer? :-D Larry PS: It's not even Friday yet, either... On Thu, Nov 13, 2008 at 9:01 AM, Sundar Sankar <[EMAIL PROTECTED]> wrote: > Beer was what was the life saviour for us all ;) >

Re: iBATIS with Tomcat vs JBoss

2008-11-13 Thread Sundar Sankar
The biggest problem I had when I did "some" development with ejb3, more that year or so back was that, most of the exception was hibernate specific. I understood it was build on top of hibernate, but since ejb3 was throwing back hibernate exceptions, google could hardly help us in solving us some c

Problem with insert statement

2008-11-13 Thread tobimat80
Hello, I have a problem with an insert-operation. I have the following java class: public class MosObj extends MosMessage { private String objID; ... // just properties private String description; private List mosExternalMetadata; // getter + sett

RE: Dynamically generate ibatis sql maps at startup

2008-11-13 Thread Young, Alistair
This would be a very useful feature. I've done something a bit like this in the past by, essentially, generating the necessary XML at runtime when the application starts up. It's not very elegant, but it works. Alistair. -Original Message- From: joyukiok [mailto:[EMAIL PROTECTED] Sent:

Re: Caching objects on a application server

2008-11-13 Thread charlie bird
I can vouch for EHCache. Piece of cake to implement and Serialization doesn't appear to be an application killer for us. I've tended to integrate it in the DAOImpl classes but you can integrate at the service layer if you like. --- On Thu, 13/11/08, Chema <[EMAIL PROTECTED]> wrote: > From: Ch