
Development
Get flash to fully experience Pearltrees
IBM HttpServer and websphere Appserver (Websphere forum at JavaRanch)
Let’s look at a typical web based interaction with our application server at runtime.Security
OSGI/AST
Test
Design
Functional Programming vs. Imperative Programming
Eclipse Community Forums: Java Development Tools (JDT) » Copy over an annotation to generated code
Here is what I ended up doing to implement this: private void writeAnnotation(AnnotationMirror annotation) { AnnotationTypeDeclaration annotationDeclaration = annotation.getAnnotationType().getDeclaration(); writer.print("@" + annotationDeclaration.getQualifiedName() + "(" ); Map<AnnotationTypeElementDeclaration, AnnotationValue> elementValues = annotation.getElementValues(); boolean isFirst = true; for (Map.Entry<AnnotationTypeElementDeclaration, AnnotationValue> entry : elementValues.entrySet()) { AnnotationTypeElementDeclaration elementKey = entry.getKey(); AnnotationValue elementValue = entry.getValue();Performance
GOTO Aarhus 2010 Conference
Ramblings
Accessibility
Java
Javascript

