I'll try this one again then.
When I did this before, it worked fine in the JBuilder environment, but under the Sun Java Plugin, it didn't see that the interface specified under one classloader was the same as the one loaded under a different classloader.
>> Is there a way in Java to reuse the same code like a DLL?
> Make a static method of a class then it can be called without creating an instance of the class.
>> where the module know about the methods and properties already?
> Maybe you are referring to introspection. I can’t tell for sure...
I have an applet uses ClassLoaders to load sections of the application when they are needed. Many sections use identical classes to handle such things as date handling and DB access.
Is there a way in Java to reuse the same code like a DLL? Java seems to treat the same class loaded by...
Many thanks Sunila. Copying all 10000 keyfields to a temp table every time the user clicks PageDown seems a bit wasteful on resources, but I may be able further filter the table.
Alternatively, the links have given me the thought of using a cursor to fill a temp table, and just return that...
(MSSQL 7 or 2000)
I have a very large table that I want to read in a page at a time (about 20 rows). I've tried using PageSize in ADO, but this appears to want to pull back the entire recordset before passing me the 20 rows (the more rows in the dataset, the longer it takes to return the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.