Quantcast
Channel: JavaBeat » javaee 7
Browsing latest articles
Browse All 10 View Live

JSON Processing in JavaEE 7- Using Object Model API

Connect to us ( @twitter | @facebook )In my previous post about JSON processing I introduced you to the sample application and then showed how one can make use of the Streaming API to parse the JSON...

View Article



Using Decoder With WebSocket In Java EE 7

Connect to us ( @twitter | @facebook )This post is part of the series of posts covering different JavaEE 7 features. In the past I wrote about: Creating WebSocket using JavaEE 7 Parsing JSON using the...

View Article

Using Encoder With WebSocket in Java EE 7

Connect to us ( @twitter | @facebook )In my previous post I wrote about using decoders with WebSocket. In the same post I mentioned about Encoders and that they are used for encoding the Java objects...

View Article

ManagedExecutorService for Implementing Concurrency Utilities in Java EE 7 –...

Connect to us ( @twitter | @facebook )Prior to Java EE 7 one could make use of the concurrency utilities present in java.util.concurrent package or the java.lang.Thread or java.lang.Runnable. But it...

View Article

ManagedScheduledExecutorService for Implementing Concurrency Utilities in...

Connect to us ( @twitter | @facebook )In my previous post you saw how to use the concurrency utilities in Java EE 7 by using the ManagedExecutorService. In this post we will have a look at a variant of...

View Article


Creating Managed Threads Using ManagedThreadFactory in Java EE 7 – Part 3

Connect to us ( @twitter | @facebook )So far we have seen: In Part-1: Creating ManagedExecutorService to submit a single task or a list of tasks where each task would be an implementation of either...

View Article

Bean Validation 1.1 in Java EE 7 – Using Default Constraints

Connect to us ( @twitter | @facebook )Bean Validation 1.1 (JSR 349) is integrated as part of Java EE 7. The new features of Bean Validation 1.1 are as follows: Applying constraints on method parameters...

View Article

Bean Validation in Java EE 7 – Creating Custom Constraints and Validations

Connect to us ( @twitter | @facebook )In my previous post I showed how one can make use of the default constraints provided by the Bean Validation API in validatng the model data. Bean Validation API...

View Article


Getting Started with JAXB

Connect to us ( @twitter | @facebook )There are quite a few APIs out there for processing XML in Java like DOM Parser, SAX Parser, SAX parser to name a few. But there are scenarios and requirements...

View Article


Creating RESTful Webservice and Client API in JAX-RS 2.0

Connect to us ( @twitter | @facebook )In my previous post I wrote about using JAXB to marshall and unmarshal XML data and in that I used the example of simple Book management system. In this post I am...

View Article
Browsing latest articles
Browse All 10 View Live




Latest Images