annotations

  • submit to reddit

JUnit Integration Testing for vert.x - Released

The first release of vertx-junit-annotations, an aid to performing integration tests for your verticles and modules, is now available: ...

0 replies - 822 views - 12/01/12 by Pid   in Announcements

To Autowire or Not to Autowire, That is the Question

Since using Spring 2.5, I switched from the XML-based application context to the annotations. Although I find those very useful and huge time savers, I’ve...

0 replies - 3274 views - 09/25/12 by Damien Lepage in Articles

Eclipse JDT 3.8 Understands Null Annotations

Null pointer exceptions (NPE) are among the most common symptoms of failures in Java programs - a good motivation for developing tools that statically detect...

1 replies - 6829 views - 07/06/12 by Stephan Herrmann in Articles

CDI Dependency Injection - Tutorial II - Annotation Processing and Plugins - Java EE

CDI provides a pluggable architecture allowing you to easily process your own annotations. Read this article to understand the inner workings of CDI and...

27 replies - 53365 views - 04/05/11 by Rick Hightower in Articles

Spring and Hibernate Application with Zero XML

The Spring framework came up with annotation support since 2.5 version which eases development.Whether the annotation based approach, or XML approach is...

3 replies - 12231 views - 02/23/11 by Sivaprasadreddy... in Articles

Spring MVC and Struts Tiles example

One way to learn a new program language or a new framework is do a "Hello World" or a CRUD application to start to understand about the technology,...

4 replies - 8337 views - 02/21/11 by Valdemar Júnior in Articles

Using Java 6 Processors in Eclipse

JDK5 introduced the APT (Annotation Processing Tool). It was part of the SDK but the classes were part of the unofficial com.sun.* namespace, and you had to...

8 replies - 15158 views - 02/07/11 by Carl-petter Bertell in News

ztemplates 2.2.0 Web Framework Released with Spring and Maven Integration

I am pleased to announce that ztemplates 2.2.0 is now available for download.ztemplates.org is a very simple and easy to learn Java based open source...

0 replies - 978 views - 01/07/11 by Gerd Ziegler in Announcements

MyBatis (formerly iBatis) – Examples and Hints using SELECT, INSERT and UPDATE Annotations

MyBatis is a lightweight persistence framework for Java and .NET. This blog entry addresses the Java side. MyBatis is an alternative positioned somewhere...

0 replies - 29309 views - 11/02/10 by Kai Wähner in Articles

Discovering Java Annotations

Annotations are proving to be widely popular these days. Many annotation-based frameworks (Spring, JPA, Tapestry to name few) are seeing the light of the...

7 replies - 16012 views - 07/27/10 by Animesh Kumar in Articles

Java Power Tools Author John Smart Comes to the UK

 Well known in the Java community for his many published articles, and as author of the Java Power Tools book, John Smart has agreed to fly over from New...

0 replies - 1494 views - 01/04/10 by Wendy Devolder in Announcements

Model-Driven GUI Generation with OpenXava

This is a story about creating a user interface easily, or better yet, about having good user interfaces without working for them. The Problem Once upon a...

17 replies - 18389 views - 05/07/09 by Javier Paniza in Articles

Edit PDF Bookmarks & Flatten PDF Annotations Using Aspose.Pdf.Kit

Aspose.Pdf.Kit for Java now supports editing PDF bookmarks, modifying and flatten PDF annotations. Another important feature for replacing or deleting images...

0 replies - 3079 views - 02/04/09 by Anonymous in Announcements

JAU: Java Annotation Based Utilities

I am glad to announce the first stable beta ;-) of the JAU library (http://code.google.com/p/jau/). Version 0.6 implements the following methods using...

19 replies - 4744 views - 01/28/09 by Tim Lebedkov in Announcements

Is It Just Me: Fear Of Over-Annotation

I was reading the new Java Servlet Specification (3.0), especially the "inevitable" sections dealing with annotations. There have been quite a few...

12 replies - 4709 views - 12/20/08 by Peter Huber in News