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 / January 2006

Tip: Looking for answers? Try searching our database.

how to working java.lang.reflect.Proxy

Thread view: 
ualex - 31 Dec 2005 04:01 GMT
Hi, anyone have article about java.lang.reflect.Proxy and proxy dynamic
?

thanks
IchBin - 31 Dec 2005 04:56 GMT
> Hi, anyone have article about java.lang.reflect.Proxy and proxy dynamic
> ?
>
> thanks

You do not need to know about proxy. You need to know how to Google for
information.

'Explore the Dynamic Proxy API' Use dynamic proxies to bring strong
typing to abstract data types
http://www.javaworld.com/javaworld/jw-11-2000/jw-1110-proxy.html

Under the Hood: java.lang.reflect.Proxy
http://java.sys-con.com/read/36844.htm

Using java.lang.reflect.Proxy
http://www.javalobby.org/java/forums/t18631.html

Java Reflection in Action: Using Java's Dynamic Proxy
http://www.webreference.com/internet/reflection/

Thanks in Advance...
IchBin, Pocono Lake, Pa, USA
http://weconsultants.servebeer.com/JHackerAppManager
__________________________________________________________________________

'If there is one, Knowledge is the "Fountain of Youth"'
-William E. Taylor,  Regular Guy (1952-)
Mandar Amdekar - 02 Jan 2006 20:03 GMT
Dynamic proxies are the closest thing that is natively supported, to
injecting new bytecode into the system.  Given an interface, it defines
new classes at runtime.  They're great for implementing the proxy
pattern, as the name suggests, e.g. in a local vs remote type scenario.


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.