Main Directory
ASP 3091
ASP.NET 863
C and C++ 343
CFML 280
CGI and Perl 3073
Flash 803
Java 1614
JavaScript 2272
PHP 11222
Python 112
Remotely Hosted 1437
Tools and Utilities 2883
Web Hosting 27
XML 233




Annotations in Tiger (J2SE 5.0)
Link ID 8394
Title Annotations in Tiger (J2SE 5.0)
Url Visit : Annotations in Tiger (J2SE 5.0)
Description Annotations, a new feature in J2SE 5.0 (Tiger), brings a much-needed metadata facility to the core Java language. In this first of a two-part series, author Brett McLaughlin explains why metadata is so useful, introduces you to annotations in the Java language, and delves into Tigers built-in annotations. Part 2 covers custom annotations.
Category Java > Tutorials > Development
Keywords Annotations   in   Tiger     J2SE   5.0  
Date Sep 20, 2007
Refer it to Friend ( Annotations in Tiger (J2SE 5.0) )  
Write a Review ( Annotations in Tiger (J2SE 5.0) )  
Report Broken Link ( Annotations in Tiger (J2SE 5.0) )  
Add : Annotations in Tiger (J2SE 5.0) To Favorites
More links included : Annotations in Tiger (J2SE 5.0)
Site links : Annotations in Tiger (J2SE 5.0)
Traffic Details from Alexa : Annotations in Tiger (J2SE 5.0)

Average Visitor Rating: 0.00 (out of 5)
Number of ratings: 0 Votes
Visitor Rating

 Other links at Java > Tutorials > Development
1. Working with preferences: the Preferences API Specification
  The addition of the java.util.prefs package to Java 1.4 (through JSR 10) lets you manipulate user preference data and configuration data by providing you with access to an implementation-specific registry (for example, the Windows Registry on Windows platforms). This article introduces you to the Preferences class and walks you through its use. It puts it all together with a sample program.
Category:   Java > Tutorials > Development


2. Threading lightly : Reducing contention
  While its common to hear that synchronized method calls can be 50 times as expensive as unsynchronized method calls, these numbers can actually be quite misleading. With each successive JVM version, overall performance has improved, and the cost of uncontended synchronization has been reduced, making the issue of uncontended synchronization overhead less significant. Contended synchronization, however, is quite expensive. Moreover, a high degree of contention is disastrous for scalability -- an application that had a high degree of contended synchronization will exhibit markedly worse performance as the load increases. This article explores several techniques for reducing contention, and hence improving scalability, in your programs.
Category:   Java > Tutorials > Development


3. Introducing the Reflexive User Interface Builder
  The IBM Reflexive User Interface Builder (RIB), a new technology available from alphaWorks, is an application and toolkit for building and rendering Java AWT/Swing and Eclipse SWT GUIs. RIB specifies a flexible and easy-to-use XML markup language for describing Java GUIs and provides an engine for creating them. You can use RIB to test and evaluate basic GUI layout and functionality, or to create and render GUIs for an application.
Category:   Java > Tutorials > Development


4. Download SCEA 310-051 Free Exam Simulator
  SCEA Practice 310-051 Free Exam Simulator which helps you to prepare for the exam. The Exam Simulator is a computer program designed to help you pass your examination on the first try. The Exam Simulator pinpoints your strengths and weaknesses by quizzing you with questions similar to those found on your actual exam. The questions will familiarize you with everything you need to know to pass your exam. The Exam Simulator helps you manage your time and learn quickly by allowing you to study your material on a topical basis, or by taking timed exam simulations that look and feel exactly like the real thing. The Exam Simulator makes studying simple. Youll be comfortable with the format of the test and confident that youll pass on the first try.
Category:   Java > Tutorials > Development


5. How to lock down your Java code
  You inevitably spend some part of your week crunching code that you didnt write, and for which you may not have the source. This beginners guide to opening up and locking down Java code walks you through the essentials of disassembling, decompiling, and obfuscating Java code, using examples from popular tools such as Mocha, HoseMocha, jmangle, and JODE.
Category:   Java > Tutorials > Development




 Popular Tags

#   A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z