Frameworks

  • submit to reddit

JSR 356, Java API for WebSocket

For many Web-based client-server applications, the old HTTP request-response model has its limitations. Information has to be transmitted from the server to...

2 replies - 3811 views - 05/22/13 by Johan Vos in Articles

10 Ways JMS 2 == Less Code

JMS 2 is one of the most significant parts of Java EE 7. One of the principal goals of the JMS 2 API is improving developer productivity by reducing the...

0 replies - 3361 views - 05/20/13 by Reza Rahman in Articles

How to Show Links in ADF Messages

In ADF we show popup/inline messages using af:messages tag or popup messages using af:document. The actual code which populates the message is: acesMessage...

0 replies - 1018 views - 05/20/13 by Mohamed Sanaulla in Articles

Spocklight: Using a Custom Hamcrest Matcher

In a previous blog post we learned how we can use Hamcrest matchers. We can also create a custom matcher and use it in our Spock specification. Let's...

0 replies - 41 views - 05/18/13 by Hubert Klein Ikkink in Articles

Spring MVC and the HATEOAS constraint

HATEOAS is a REST architecture principle where hypermedia is used to change application state. To change state, the returned resource...

0 replies - 3605 views - 05/10/13 by Geraint Jones in Articles

Extracting PDF Text with Scala

This example extracts the text contents of a PDF for use in other systems. This demonstrates some basic differences from Java: multi-line strings (hooray!),...

0 replies - 1742 views - 05/09/13 by Gary Sieling in Articles

Apache CXF vs. Apache AXIS vs. Spring WS

This blog does not try to compare all available Web Services Development Frameworks but focuses only on three popular approaches regarding three Open Source...

8 replies - 6281 views - 05/08/13 by Ankur Kumar in Articles

Collection of Natural Language Processing Tools

Note of NLP tools:OpenNLP : a Java package to do text tokenization, part-of-speech tagging, chunking, etc.ScalaNLP : NLP and machine...

0 replies - 2354 views - 05/08/13 by Ryan Wang in Articles

Spring MVC, Ajax and JSON Part 2 - The Server Side Code

In my last blog I said that I was going to talk about Spring, Ajax and JSON, but didn't. The reason for this is that I wanted to set the scene using a...

0 replies - 1775 views - 05/07/13 by Roger Hughes in Articles

Spring Roo project updates...

It's been a while and all has been quiet on my front - I've been buried with day-job work, and enjoying not...

0 replies - 1495 views - 05/06/13 by Ken Rimple in Articles

The Structure of Spring (Core)

  OMG! Look, whatever you're doing: stop. If you're at work, go home. If you're at home, grab a beer from the fridge....

0 replies - 2653 views - 05/03/13 by Edmund Kirwan in Articles

Spring MVC, Ajax and JSON Part 1 - Setting The Scene

I've been thinking about writing a blog on Spring, Ajax and JSON for a good while, but I've never got around to it. This was mainly because it was...

0 replies - 2982 views - 05/02/13 by Roger Hughes in Articles

jOOQ as a PL/Java language

Some people who get in touch with PL/SQL, PL/pgSQL, T-SQL, or any other proprietary procedural language for SQL interaction are probably missing out on a...

0 replies - 2199 views - 05/01/13 by Lukas Eder in Articles

JPA - Should I Become a Laziness Extremist?

When you speak with the Developers about mapping objects to relational databases, they very often complain about poor JPA performance, unpredictable...

2 replies - 1464 views - 05/01/13 by Michal Jastak in Articles

Meet jerg, a JSON Schema to Erlang Records Generator

I'm happy to announce the very first release of my latest Erlang open source project, jerg, a JSON Schema to Erlang Records Generator. The objective...

0 replies - 14525 views - 04/30/13 by David Dossot in Articles