Java

  • submit to reddit

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 - 4 views - 05/01/13 by Lukas Eder in Articles

Measuring Performance Using Perf4j Library

"Perf4j.jar" is a java library for measuring performance of a java file.The Download link:-          ...

0 replies - 6 views - 05/01/13 by Sandeep Patel in Articles

What is a Servlet Container?

In this post, I write a little bit about the basic ideas of web server, Servlet container and its relation with JVM. I want to show that Servlet container is...

0 replies - 7 views - 05/01/13 by Ryan Wang 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...

0 replies - 5 views - 05/01/13 by Michal Jastak in Articles

JaCoCoverage: Java 7 Code Coverage for NetBeans

NetBeans had a (great) plugin for Java 6 unit tests code coverage, for Ant based Java SE projects. This plugin was based on the EMMA library, which is...

0 replies - 303 views - 05/01/13 by Jonathan Lermitage in Articles

Infographic: Successful Mobile App Development

If you’re a mobile developer, you know there a many challenges to getting your app to market. How will your app be used? Do you need a native...

0 replies - 36 views - 04/30/13 by Leigh Shevchik in Articles

Red Hat JBoss BRMS - Customer Evaluation Demo updated to JBoss EAP 6.1.0.Beta

With the latest release of JBoss EAP 6.1.0.Beta, it was time to overhaul my existing demo projects and here you will find the results. Previously I had updated...

0 replies - 27 views - 04/30/13 by Eric D. Schabell in Articles

Java EE 7 Approved!

Java EE 7 is officially done as of this week.  Linda DeMichiel just announced on the Oracle blog that the Java EE 7 Platform JSR, as well as the more...

0 replies - 3290 views - 04/30/13 by Mitch Pronschinske in Articles

Android: How to Use Two Data Sources in ListViews?

Sometimes in our apps we have the need to link to data of other sources. You have a database of your own for your app, but some records also point to the...

0 replies - 1446 views - 04/30/13 by Wolfram Rittmeyer in Articles

Login Tokens In Email Links

Your system is probably sending some emails. Sometimes these emails contain links to the public part of the site, sometimes they have links to the...

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

Apache Camel 2.11 Unleashed!

Apache Camel 2.11 has been released This blog post is a summary of the most noticeable new features and improvements. For a...

0 replies - 3312 views - 04/30/13 by Claus Ibsen in Articles

JBoss AS Now "WildFly"

Since it first started as a small grassroots open source project in the late nineties, JBoss AS has come a long way. It is now one of the foremost open...

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

Using the Google Maps Android API

This half-hour tutorial from Google's Mano Marks and Fred Chung covers the Google Maps Android API V2:

0 replies - 1130 views - 04/29/13 by Eric Gregory in Articles

Building a Simple Java Client for forecast.io

I like to be outdoors when life allows so weather is always an interest for me. So i was very pleases to see forecast.io becoming available with global...

0 replies - 1571 views - 04/29/13 by Gerard Davison in Articles

Rare Uses of a "ControlFlowException"

Control flows are a “relict” from imperative programming, which has leaked into various other programming paradigms, including Java’s object oriented...

3 replies - 1476 views - 04/29/13 by Lukas Eder in Articles