Java

  • submit to reddit

MOXy and JSON with Padding

JSON with padding is a communication mechanism used in JavaScript to overcome restrictions due to the same origin policy (for more information see:...

0 replies - 1877 views - 04/06/13 by Blaise Doughan in Articles

Function Interface- A Functional Interface in the java.util.function Package in Java 8

I had previously written about functional interfaces and their usage. If you are exploring the APIs to be part of Java 8 and especially those APIs which...

0 replies - 1622 views - 04/06/13 by Mohamed Sanaulla in Articles

Publishing a SOAP TEIID service

Teiid is a data virtualization system that allows applications to use data from multiple, heterogenous data stores. See how to publish a publish a TEIID...

0 replies - 1352 views - 04/05/13 by Mitch Pronschinske in Articles

Orchestration of a JSON API with a SOAP Web Service w/API Server

 A frequent question about the Axway/Vordel API Server is "Is it possible to orchestrate multiple calls to different APIs or Web Services?". The...

1 replies - 1952 views - 04/05/13 by Mark O'neill in Articles

Unit Testing: Good Idea or Bad Idea?

The phrase "unit testing" evokes a wide variety of opinions within the developer community. At this point, most individuals understand the concept through...

0 replies - 2755 views - 04/05/13 by Zac Gery in Articles

Java EE 7 and EJB 3.2 support in JBoss AS 8

Some of you might be aware that the Public Final Draft version of Java EE 7 spec has been released. Among various other new things, this version of Java EE,...

0 replies - 1592 views - 04/05/13 by Jaikiran Pai in Articles

Devoxx UK 2013

Last week was the first Devoxx UK, bringing the brand from Belgium and, more recently, France.  And I think it was a HUGE success. Of course,...

0 replies - 958 views - 04/05/13 by Trisha Gee in Articles

Don't Compute With Wrapper

As a Java Developer, i got these interview questions a lot… really. What is the difference between int and Integer, which one is better ? The answer for...

0 replies - 1770 views - 04/05/13 by Ronald Daniel in Articles

Most Popular Memory Configurations

The post is the third in the series where we publish statistical data about the Java installations. The dataset used originates from the free Plumbr...

0 replies - 977 views - 04/05/13 by Nikita Salnikov... in Articles

Adding PMI (PerformanceMonitorInterceptor) to your application in 3 easy steps

Yesterday I found out that Spring cares about showing how fast it is, but not only that, it does make it easy for you, and without further ado let's...

2 replies - 1776 views - 04/04/13 by Marius Cristea in Articles

Go Play with the DHTMLX Viewer for Apache Isis

Mylaensys (Madytyoo and chums) have just blogged about their viewer for Apache Isis based on the DHTMLX Javascript widget library. The post provides a bunch...

0 replies - 574 views - 04/04/13 by Dan Haywood in Articles

Getting Started with JSON-P

As the Java EE 7 release date draws closer, blogs and articles covering the new features are beginning to roll in....

0 replies - 2283 views - 04/04/13 by Reza Rahman in Articles

Testing Frontend integration with Play 2.x (Scala)

For people in hurry here is the code and the steps. In continuation of Play 2.x (Scala) is it a Spring MVC contender? – Introduction, in this...

0 replies - 1884 views - 04/04/13 by Krishna Prasad in Articles

Thursday Code Puzzler: ISBN Validator

Thursday is code puzzler day here at DZone. The idea is simple: solve the coding problem as efficiently as you can, in any language or framework that you...

9 replies - 1913 views - 04/04/13 by James Sugrue in Articles

Augmenting 3rd-Party Libraries

For every project I’ve participated in, there has been a need for augmenting some third-party library. There are a few of reasons for this: There’s a...

0 replies - 1398 views - 04/04/13 by Bozhidar Bozhanov in Articles