java

  • submit to reddit

Checklist for web performance tuning

While addressing performance issue in any application, it’s important to note that performance tuning is to be done at various levels. Listed below are few...

0 replies - 1373 views - 04/12/13 by Vinitha Rajagopal in Articles

From Java to PHP

We are welcoming some new colleagues that come from a Java background in the Onebip team, both from the development and operations field. Here's a primer on...

0 replies - 6505 views - 03/13/13 by Giorgio Sironi in Articles

WebSocket with WebMotion and AngularJS

This article describes a new feature in WebMotion: the WebSockets management. We will use the AngularJS Javascript framework for the client side. ...

0 replies - 5279 views - 12/24/12 by Julien Ruchaud in Articles

How to call a rest webservice with an untrusted SSL certificate

In our development environments we have configured self signed SSL certificates for our applications. Obviously we won't spend money for internal dev servers....

0 replies - 2732 views - 11/16/12 by Rodrigo Asensio in Uncategorized

Teaser: Bare-knuckle SOA

 I’m working on this idea, and I don’t know if it appeals to you guys. I’d like your input on whether this is something to explore...

0 replies - 2153 views - 11/11/12 by Johannes Brodwall in Articles

Implementing Entity Services using NoSQL – Part 4: Java EE

Now that I have prepared a skeleton contract-first web-service and created a data access layer using Ektorp and CouchDB, it’s time to wire them together into...

0 replies - 2825 views - 10/27/12 by Ben Wilcock in Articles

Caching for Fun and Profit. Or, Why Would You Ever Cache a Page for 5 Seconds?

There are a lot of ways to cache data. You can cache a piece of data, a query, a page fragment, an entire page, or an entire website. You can cache...

0 replies - 5338 views - 10/03/12 by Dan Wilson in Articles

Through the Eyes of a Newbie

The wife is interested in learning programming so she has been doing the Code Academy JavaScript course. It’s incredible to observe a person...

0 replies - 1072 views - 09/20/12 by Rob Galanakis in Articles

21 Windows Azure News Links from August

It's Friday again, I hope you're all enjoying the last few weeks of summer before we head into the cooler fall weather (at least here in the northern...

0 replies - 4189 views - 09/10/12 by Brian Swan in Articles

How to Take Unit Testing (and Test-Driving) Seriously

So we write some test code, then make it pass, and restart. If we have still some minutes in the current Pomodoro, let's refactor a bit and extract some...

0 replies - 11397 views - 08/22/12 by Giorgio Sironi in Articles

21 Resources for Cloud Hosting on Heroku

Spring MVC Hibernate App http://afternoon-dusk-5755.herokuapp.com/people/ Example Facebook Node.js App https://furious-moon-7006.herokuapp.com/ Java |...

0 replies - 3759 views - 08/15/12 by Tim Spann in Articles

Application Level Logging in OpenShift

I read a good article tonight about implementing application level logging using log4J, and I thought this concept could be extended and abstracted one...

0 replies - 6437 views - 08/06/12 by Eric Silva in Articles

Hibernate Smoke Detector Counts Your Queries Per Second

There is a time in the life of every project when Database Administrator starts to look suspiciously at...

3 replies - 5675 views - 07/10/12 by Tomasz Dziurko in Articles

Analyzing Thread Dump: Thread Stack Trace

This article is part 5 of our Thread Dump analysis series. So far you have learned the basic principles of Threads and their interactions with your Java EE...

0 replies - 6625 views - 07/08/12 by Pierre - Hugues... in Articles

Get to Know Jelastic, the Cloud Platform for Java

Some days ago I receive an invitation for testing Jelastic product but, unfortunately, I was very busy with the OpenLayer Cookbook...

6 replies - 6101 views - 06/26/12 by Antonio Santiago in Articles