Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / General / February 2006

Tip: Looking for answers? Try searching our database.

wihout using java reflection api finding the properties of a class

Thread view: 
ravi - 08 Feb 2006 06:28 GMT
hi guys
can any one give me a hint or idea how can we find out the properties
of a class without using reflection api
paul@atom.sbrk.co.uk - 08 Feb 2006 07:09 GMT
> can any one give me a hint or idea how can we find out the properties
> of a class without using reflection api

Serialise an instance of the object and run strings on it? Generate a
script check likely methods and fields and catch Error to see if they
exist/have the appropriate signature?

Paul
Roedy Green - 08 Feb 2006 07:41 GMT
>hi guys
>can any one give me a hint or idea how can we find out the properties
>of a class without using reflection api

the other way is to snoop on the class file. This is what JarCheck
does in a very primitive way to make sure the version numbers are as
you expected.

See http://mindprod.com/products1.html#JARLOOK
and http://mindprod.com/jgloss/jasm.html
Signature

Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.

EJP - 08 Feb 2006 23:40 GMT
> hi guys
> can any one give me a hint or idea how can we find out the properties
> of a class without using reflection api

java.beans.Introspector. Of course that uses reflection internally.


Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.