--- On Sun, 8/17/08, Johnny Kewl <[EMAIL PROTECTED]> wrote:

> Tommy I actually have my own persist framework... but just
> having a quick 
> squiz at that, that problem is just a normal Java thing...
> ie type 
> conversions can be a little tricky...
> 
> int and Integer are not the same thing in Java...
> 
> its going to be something like
> 
> int i = Integer.parseInt(TheThing);
> I think...
> 
> same story for long... ie one is a primitive type and one
> is a class... diff 
> mem structure but Java alsways has a slightly obscure
> conversion 
> somewhere...
> 
> Have fun
> Anyway, just wanted to make sure you knew VWP was there
> 
> 
Thanks,  because of VWP (with table navigation/pagination and sort features), 
that's why I stuck with Netbeans for my IDE :D.  Only drawback IMO with 
Netbeans is lack of various server support like Eclipse.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to