Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- Look inside the Java Reflection class
- Java Reflection is a technology that looks inside a Java object at runtime and sees basically everything about the object that you would know at compile time. Discover the basic techniques involved in Reflection. Java Reflection is a technology that looks inside a Java object at runtime and...
- Tags: Java Reflection, Reflection API, Java, Peter V. Mikhalenko, Programming languages, Java Tips Newsletter, Method, Parameter, Class, Object, Field, InvocationHandler, Productivity, Software Development, Software/Web Development
- Technical articles 2006-11-08
Additional Resources
- Reflection Analysis for Java
- Reflection has always been a thorn in the side of Java static analysis tools. Without a full treatment of reflection, static analysis tools are both incomplete because some parts of the program may not be included in the application call graph, and unsound because the static analysis does not take...
- Tags: Java, Analysis, Reflection, Analysis Tool
- White papers 2005-08-31
- Look inside the Java Reflection class
- Purpose of reflectionI have found reflection to be one of those odd items, you need to know it, know of it, and know how to use it, but you rarely actually use it.Let's be real, if you are creating an object in code, but do not know what it does
- Tags: programming, Justin James, reflection, Java
- Discussion threads 2006-11-09
- AJT Reflection Rev (exe)
- With AJT Reflection you will be able to take any picture and make a reflection image using fractal landscape. This version is the first release on CNET Download.com.
- Tags: Fractal
- Software downloads 2007-12-20
- C
- The benefits of code reflectionThe downloadable version of this article, including the sample c# project, is located here:http://downloads.techrepublic.com.com/abstract.aspx?docid=237893Are you a proponent of code reflection? What benefits have you derived from code reflection?
- Tags: reflection, zach smith, c#, application development, code reflection, Mark W. Kaelin, programming, C
- Discussion threads 2006-07-05
- C# reflection: Save development time throughout the project life-cycle
- Each assembly generated for the .NET Framework contains metadata which describes the assembly and the classes or structures inside the assembly. By using metadata, reflection can enumerate all classes, structures, and data that an assembly contains. As a powerful feature of the .NET Framework, reflection provides developers with the ability...
- Tags: Assembly, .Net, C#, Software Development, Software/Web Development, Programming Languages
- Download resources 2006-07-05
- Applied Reflection: Dynamically accessing properties of a class at runtime
- Before you jump into using reflection in your business applications, there are a few basic concepts you need to understand, starting with how to access the properties of a class dynamically at runtime. If you've never used reflection, this may seem like an odd idea at first. However, once you...
- Tags: Business Application, Runtime, Enterprise Software, Software
- Download resources 2006-07-27
- Real-World Reflection in .NET
- The .NET platform supports a number of seemingly esoteric programming techniques, such as reflection, dynamic loading, late binding, and custom attributes. At first glance these topics may appear to be of little more than academic interest, having little use in the "Real world." However, this is most certainly not the...
- Tags: Jupitermedia Corp., .Net, Application Servers, Middleware, Productivity, Software Development, Software/Web Development, Enterprise Software, Software
- White papers 2006-05-30
- Applied reflection: Extracting business objects from data structures
- While transforming data structures into business objects is not a complex task, a significant amount of development time is devoted to this aspect of application development. Zach Smith shows you how to use reflection to create generic, type independent, transformation methods that save development time. An example Microsoft Visual Studio...
- Tags: Software Development, Microsoft Development Tools, Development Tools, Middleware, Software/Web Development, Enterprise Software, Software
- Download resources 2006-09-20
- Power Reflection Coefficient Analysis for Complex Impedances in RFID Tag Design
- Kurokawa's method of calculating the power reflection coefficient from the Smith chart in the situation when one complex impedance is directly connected to another is applied to passive RFID tag design, where power reflection is important, as it determines the tag characteristics. The performance analysis of a specific RFID tag...
- Tags: IEEE, Analysis, RFID Tag, Kurokawa, RFID, Wireless, Security, Biometrics
- White papers 2005-08-30
- Validate Java EE Annotations With Annotation Processors
- The annotation facility is widely used in Java EE 5 and other frameworks, but it needs a validation facility to check the semantic constraints. Apt is a great tool for creating annotation processors to validate EE annotations at build time. The apt-based, build-time annotation validation is complementary to run-time reflection-based...
- Tags: Processor, Annotation, Annotation Facility, JSR-269, Programming Languages, Java, Software Development, Software/Web Development
- White papers 2006-06-29
- Registry Reflection in Microsoft Windows
- Registry reflection in the 64-bit version of Microsoft Windows 32-bit On Windows 64-bit (WOW64) copies specific registry keys and values between the 32-bit and 64-bit views of the registry to keep them synchronized, but conflicts can occur. This paper describes mechanisms for controlling registry reflection in Microsoft Windows Server 2003...
- Tags: 32-bit, Window, Microsoft Corp., Microsoft Windows, 64-Bit, Network Technology, Operating Systems, Software, Processors, Semiconductors, Hardware, Components, Networking
- White papers 2006-01-31
- 1000 Java Tips (zip)
- One thousand Java Tips is 856 pages of A4 format of Java tips, advises and solutions from real daily Java experience. Quite often updated (330, 500, 850 and finally 1000 Java Tips), this e-book becomes more and more useful for Java developers with 2-6 years experience in this area. Questions...
- Tags: Job, Programming Languages, Java, Software Development, Software/Web Development
- Software downloads 2005-09-26
- Java SE 6 (JDK 6) (exe)
- Java Platform, Standard Edition (also known as Java 2 Platform) lets you develop and deploy Java applications on desktops and servers, as well as today's demanding Embedded and Real-Time environments. Java SE includes classes that support the development of Java Web Services and provides the foundation for Java Platform, Enterprise...
- Tags: JDK, Java Community, Java SE, Programming Languages, Java, Software Development, Software/Web Development
- Software downloads 2008-07-02
- java
- i want to know opinions on java runtime,,is it worth the space,is it needed,i am internet user friendly,but when it comes to the computer programs itself,im kinda lost,,what is the java used for,What is the java used for?Simplistically put: It is a technology that has the programming language as well...
- Tags: Programming languages, ghstwht8@..., Java, runtime
- Discussion threads 2007-03-14
- Java Reflection API helps leverage the power of classes
- The Java Reflection API is a long-standing tool that opens the door to a variety of programming techniques. This walk-through will show you how to access class definitions at runtime.Available since Java 1.1, the Reflection API allows a Java application to get the definition of classes and operate on them...
- Tags: Programming languages, Java Reflection API, Alexandre Pereira Calsavara, constructor, Java
- Technical articles 2002-11-04
- Java Console Extension for Java SE 1.6.0_02 (xpi)
- The Java Console enables you to monitor status and debug running applets and Java Web start application that use Sun Java technology. This version is the first release on CNET Download.com.
- Tags: Console, Danielle Pham, Java Console, Programming Languages, Java, Software Development, Software/Web Development
- Software downloads 2007-09-21
- Java Console Extension for Java SE 1.5.0_12 (xpi)
- The Java Console enables you to monitor status and debug running applets and Java Web start application that use Sun Java technology. This version is the first release on CNET Download.com.
- Tags: Console, Danielle Pham, Java Console, Programming Languages, Java, Software Development, Software/Web Development
- Software downloads 2007-10-11
- Applied reflection: Write 80 percent less access code when interacting with a database
- With databases behind virtually every application, quite a bit of time is spent by application developers writing code to interact with databases. Zach Smith explains how to combine the Microsoft Data Access Block with custom reflection code to write 80 percent less data access code. By using a function in...
- Tags: Application Developer, Data Access, Zach Smith, Storage, Databases, Hardware, Enterprise Software, Software, Data Management
- Download resources 2006-09-26
- JCavaj Java Decompiler (zip)
- From the developer: "JCavaj Java Decompiler is a free Java-based Java Decompiler. It reconstructs the original source code from a compiled binary CLASS file. for example Java applets. JCavaj runs on any platform with Java Runtime Environment 1.4 or higher installed."
- Tags: Programming Languages, Java, Software Development, Software/Web Development
- Software downloads 2002-09-19
- << Previous
- page 1 of 1
- Next >>