Re: [JBoss-user] Question on business validation rules and EJB servers in general.

2001-07-19 Thread Toby Hede
personally, i would validate prior to getting to the EJB. The overhead of validating at the EJB layer is really high, and requires, as you have discovered, some coordination in communicating to the user. In general, I view the key validation as occuring on the client side, and then simply confirm

[JBoss-user] using PortableRemoteObject.narrow

2001-07-26 Thread Toby Hede
(EJBHome.JNDI_NAME); What is the correct format in JBoss (I have used the latter) /t Toby Hede ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

Re: [JBoss-user] Stateful Session Bean declaration

2001-07-29 Thread Toby Hede
he session bean? Are you using the ejbHandle to store the Session reference? /t toby hede - Original Message - From: "Anthony IVETAC" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, July 28, 2001 1:41 AM Subject: [JBoss-user] Stateful Session Bean

Re: [JBoss-user] Design Question...

2001-07-30 Thread Toby Hede
another way to approach this is through the datbase itself, writing a trigger to remove the data and setting a schedule for processing. most modern rdbms systems have similar implementations - Original Message - From: "C Murphy @ Intechtual" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> S

Re: [JBoss-user] configuring Log4J

2001-07-31 Thread Toby Hede
is it possible to use log4j from an EJB bean? i was having an argument with someone about the EJB Specification not permitting IO access and whether access was permitted through a helper class instantiated from an EJB (such as log4j)? my read on the spec is that this the use of IO is not permitt

Re: [JBoss-user] configuring Log4J

2001-08-01 Thread Toby Hede
igure the log4j appenders to use JDBC or JMS and through app server resource managers. - Original Message - From: "Toby Hede" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 31, 2001 11:43 PM Subject: Re: [JBoss-user] configuring Log4J > is it po

[JBoss-user] [unit testing]

2001-08-08 Thread Toby Hede
does anyone have any resources regarding unit testing within JBoss? I find JUnit indispensable, but I am not sure how to implement this effectively within JBoss. cheers /t toby hede ___ JBoss-user mailing list [EMAIL PROTECTED] http

Re: [JBoss-user] cmp primary key

2001-10-20 Thread Toby Hede
I have implemented the primary key pattern described in that (The) Server Side article. If anyone would like the source code for this, please email me off-list for a copy. ___ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/li

Re: [JBoss-user] Application/Component

2001-12-02 Thread Toby Hede
This is a good idea. I have been thinking about something similar. I would like to make a contribution, but really it would be great to have a project to help cut my teeth on. I have been thinking about creating some type of EJB based application framework, not to repeat the work of Struts or Tap

Re: [JBoss-user] CMP 2.0 Support in 2.4.x ?

2001-12-11 Thread Toby Hede
My understanding is that JBoss 3.0 is the only support for CMP 2.0. I think the docs are worth the $5 ($10 AUD, in my case), you can certainly work CMP 2.0 out from the spec and the online docs, but I saved way more than my $10 in productivity. Also, it is worth it if only to support the produ