The coding style pages is not about practices or idioms, just style: spaces, brackets,
etc. Ignore the actual code.

xxxxxxxxxxxxxxxxxxxxxxxx
Scott Stark
Chief Technology Officer
JBoss Group, LLC
xxxxxxxxxxxxxxxxxxxxxxxx

----- Original Message ----- 
From: "Thomas Peuss" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, December 07, 2002 2:35 AM
Subject: [JBoss-dev] Coding-Style-page


> Hello!
> 
> On http://www.jboss.org/developers/guides/codestyle.jsp
> 
> Class cls = Class.forName(dataSourceClass);
> 
> is given as an example of good coding style. Shouldn't we change this to 
> Thread.currentThread().getContextClassLoader().loadClass(dataSourceClass)?
> 
> CU
> Thomas



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to