HOME SEARCH ABOUT
   
 
September 9, 2010 - 7131 resources reviewed - 4502 members
You are not identified - Login
 
Search
 
 

Search: java.lang
Document type
Book (11)  News (1)  Paper (237)  Articles (178)  FAQ (5)  Programming tips (37)  Specification (5)  Tutorial / Course (13)  Portal / Dedicated site (2)  Press Release (1)  Product (29)  Quiz (1) 
API
AWT / Swing (JFC) (20)  I/O (19)  New I/O (3)  Serialization (2)  JNI (4)  JavaBeans (3)  Networking (9)  ClassLoader (39)  Exceptions/Assertions (22)  Reference (6)  Reflection (38)  Threads (105)  Annotations (11)  java.util (12)  Collections (4)  Logging (2)  log4j (1)  J2EE API (34)  EJB (7)  JDBC (4)  JMS (4)  RMI (7)  JSP (3)  Servlets (7)  JVM (10)  Memory Management (5)  Java3D (1)  JavaMail (1)  Jini (2)  JavaSpace (1)  Security (2) 
Code
Applets (2)  Education (1)  Beans (2)  Data base / Persistence (1)  2D Graphics (1)  GUI (1)  Math / Science (1)  Networking (3)  Parallelism (4)  Utils (13)  Code generator (1)  Compression (1)  Text Processing (1)  XML (4)  JAXP (1)  XML parser (1) 
Tools
Benchmarks (1)  Ant (1)  Bytecode tools (4)  Debugger (5)  Editor / IDE (1)  Language extensions (3)  AOP (1)  MOP (2)  Pre-processor (1)  Obfuscator (1)  Optimization / Performances (7)  JVMPI (3)  Static Checker (1)  Testing (3) 
OS
Pure Java (4)  Linux (1)  Solaris (1)  Windows (1) 
Misc
Conferences (1)  Research (5) 
License
Open Source License (16)  OSI Approved License (12)  Apache SL (2)  BSD License (1)  GPL (2)  LGPL (5)  Proprietary License (2)  Public Domain (1) 

In the results In all publications - Advanced Refine Form

Sort by: date  |  rating  |  title  |  author  |  #reviews

299 results

1. TDA Thread Dump Analyze   
The TDA Thread Dump Analyzer for Java is a small Swing GUI for analyzing Thread Dumps and Heap Information generated by the Sun Java VM (currently tested with 1.4.x, 1.5.0_x and 1.6.0_x releases). It parses the thread dumps and class histograms from a provided log file. TDA needs at least Java 1.4.2_x to run.

It provides statistic informations about the found thread dumps, gives information abo... more

Published by: Olivier Dedieu - January 19, 2010
Categories: Product , Threads , LGPL , Optimization / Performances

 

2. Validate Java EE Annotations with Annotation Processors   
Annotations are one of Java 5's most compelling features, but their openness is in some ways a curse: there's nothing keeping you from declaring illegal combinations of annotations (like @Stateful and @Stateless). Annotation processors give you the opportunity to inspect annotations, either with the currently available Apt or or the upcoming JSR-269 annotation processor. Jason Li takes a look at b... more

Published by: Olivier Dedieu - July 6, 2006
Categories: Articles , Annotations

 

3. Understanding Weak References   
Weak references have been around for a long time, but they still aren't widely understood. If you don't understand weak references as well as you'd like (or at all!), read on.

Published by: Olivier Dedieu - May 10, 2006
Categories: Articles , Reference

 

4. Plugging memory leaks with weak references   
This month, sanitation engineer Brian Goetz explores a common cause of unintentional object retention and shows how to plug the leak with weak references.

Published by: Olivier Dedieu - November 27, 2005
Categories: Articles , Reference

 

5. SourceForge.net: Project Info - JDumpViewer   
JDumpViewer is a graphical tool used to analyze Java thread dumps

Published by: Olivier Dedieu - October 15, 2005
Categories: Product , Threads , Apache SL , Debugger

 

6. Managing Component Dependencies Using ClassLoaders   
Java's class loading mechanism is incredibly powerful. It allows you to leverage external third-party components without the need for header files or static linking. You simply drop the JAR files for the components into a directory and arrange for them to be added to your classpath. Run-time references are all resolved dynamically. But what happens when these third-party components have their own ... more

Published by: Olivier Dedieu - April 22, 2005
Categories: Articles , ClassLoader

 

7. Internals of Java Class Loading   
When are two classes not the same? When they're loaded by different class loaders. This is just one of many curious side effects of Java's class-loading system. Binildas Christudas shows how different class loaders relate to one another and how (and why) to build your own custom class loader.

Published by: Olivier Dedieu - January 28, 2005
Categories: Articles , ClassLoader

 

8. Pool resources using Apache's Commons Pool Framework   
Resource pooling is not new and is being widely used to conserve and optimize the usage of resources like threads, sockets, and database connections. Web server implementations routinely use thread pool implementations for performance and scalability reasons. Commons Pool, from the Apache Software Foundation, may not be the first when it comes to implementation, but it deserves its own place for d... more

Published by: Olivier Dedieu - January 28, 2005
Categories: Articles , Threads

 

9. Validating Objects Through Metadata   
Metadata, in the form of J2SE 5.0's annotation, allow you to mark up your your code with declarative information, and then use reflection to pull out those annotations at runtime and use them. Jacob Hookom shows how these techniques can be used to validate input to your application.

Published by: Olivier Dedieu - January 23, 2005
Categories: Articles , Annotations

 

10. Lint4j - Lint4j Overview   
Lint4j ("Lint for Java") is a static Java source code analyzer that detects locking and threading issues, performance and scalability problems, and checks complex contracts such as Java serialization by performing type, data flow, and lock graph analysis.

Published by: Olivier Dedieu - January 11, 2005
Categories: Product , Threads , Open Source License , Static Checker

 

Previous page  [ 1 ]  2  3  4  5  6  7  8  9  10  Next page
Tout en une page

 
  Home | Search | About Jalios, Master Your Content Management