Development

TwitterFacebook
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. http://www.coderanch.com/t/446735/Websphere/IBM-HttpServer-websphere-Appserver
Security

OSGI/AST

Test

Design

Functional Programming vs. Imperative Programming

http://msdn.microsoft.com/en-us/library/bb669144.aspx This topic compares and contrasts functional programming with more traditional imperative (procedural) programming. Functional Programming vs. Imperative Programming The functional programming paradigm was explicitly created to support a pure functional approach to problem solving. Functional programming is a form of declarative programming . In contrast, most mainstream languages, including object-oriented programming (OOP) languages such as C#, Visual Basic, C++, and Java –, were designed to primarily support imperative (procedural) programming.
http://www.eclipse.org/forums/index.php/m/734448/

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

http://gotocon.com/aarhus-2010/ JAOO is now GOTO new name, same conference Thanks to all of you who participated in making GOTO 2010 a fantastic conference.

GOTO Aarhus 2010 Conference

Ramblings

Accessibility

Java

Javascript