Java

  • submit to reddit

Persistent breakpoints every java developer should have

 When a developer is working in Java there are a few failure cases you always want to know about even if you were trying to debug something else. Here is...

0 replies - 3344 views - 05/24/13 by Gerard Davison in Articles

Secure Web Application in Java EE6 using LDAP

In our previous article we have explained on how to protect the data while it is in transit through Transport Layer Security (TLS)/Secured Socket Layer...

0 replies - 890 views - 05/24/13 by Mainak Goswami in Articles

Independent Review of GlassFish

It is always great to see independent reviews of GlassFish. ZeroTurnaround's Sigmar Muuga did a pretty cool review of GlassFish recently (recall that...

0 replies - 1065 views - 05/24/13 by Reza Rahman in Articles

The New Navigation Drawer Design Pattern

In the latest Android design guidelines update Google added a new pattern:Drawer Navigation. The pattern was also covered in the Android Design...

0 replies - 687 views - 05/24/13 by Juhani Lehtimaki in Articles

Thursday Code Puzzler: Compute Squares

Thursday: the week's almost over and it's time for another code puzzler. The idea is simple: solve the coding problem as efficiently as you can, in any...

4 replies - 2534 views - 05/23/13 by James Sugrue in Articles

Exposing Enterprise Services via REST APIs

Appery.io has always made it quite simple to integrated with backend systems via REST APIs — but what if those systems are behind the firewall and don’t...

0 replies - 3052 views - 05/23/13 by Max Katz in Articles

Java EE 7 and JAX-RS 2.0

This article is part of series that introduces the new features and functionality of Java EE 7. You can learn more about the Java EE Platform...

0 replies - 1687 views - 05/23/13 by adam bien in Articles

iOS and Android Push Notifications from Java

For a couple of past weeks I have been working as a Technical Architect in a mobile application for a large bank (or should I say an insurance department...

0 replies - 2845 views - 05/23/13 by Łukasz Budnik in Articles

Becoming A Better Programmer Through The Study of Good And Bad Code & Design

Reading books about good design and good coding practices such as Clean Code is very helpful but it isn’t enough to become a good programmer. We need to see...

0 replies - 3128 views - 05/23/13 by Jakub Holý in Articles

Essential Resources When Building Android Apps Using Maven (and Eclipse)

If you plan to build your Android application on a build server like Jenkins, Hudson, etc ... you should switch from building your project with your IDE (in my...

0 replies - 1119 views - 05/23/13 by Ralf Quebbemann in Articles

Links You Don't Want To Miss (May 23)

Always Be Coding - Put Yourself in the Best Position to Get an Engineering Job This post is a must-read for just about any developer.  Save it somewhere...

0 replies - 1780 views - 05/22/13 by Mitch Pronschinske in Articles

Taking a Look at Hangouts for Android

AndroidCentral takes a look at Hangouts, Android's new replacement for the Google Talk app: We can expect to see something similar on iOS soon -- Hangouts...

0 replies - 888 views - 05/22/13 by Eric Gregory in Articles

Creating Mock service in WSO2 ESB

I posted before about how to create a mock service when you have a JDK 1.6 or higher available (for the interested you can find it here). Of course there...

0 replies - 1620 views - 05/22/13 by Pascal Alma in Articles

Evolving Neo4j for the Cloud

Here's a video from last August that focuses on Adobe's adoption of Neo4j as their graph solution.  

0 replies - 735 views - 05/22/13 by Eric Genesky in Articles

Understanding the concept behind ThreadLocal

Intro I was aware of thread local but never had the occasion to really use it until recently. So I started digging a little bit on the subject because I...

3 replies - 4734 views - 05/22/13 by Cristian Chiovari in Articles