java

  • submit to reddit

Java Performance Links

 ...

0 replies - 107 views - 06/19/13 by Tim Spann in Articles

CRUD on an Existing Database

We made a new video tutorial on how to create CRUD pages from an existing DB automatically with Portofino 4. Portofino is an open source Java Web...

0 replies - 1421 views - 05/30/13 by Giampiero Granatella in Articles

Links You Don't Want To Miss (Memorial Day Weekend Edition)

Look at this Hydrogen Atom’s Electron Orbit Specifically, that electron orbit as viewed through a quantum microscope. For the first time. So you’re...

0 replies - 4612 views - 05/25/13 by Eric Gregory in Articles

Ignore CERT and host name verification for services accessible over https

During development, it sometimes helps/speed up work if we ignore certificate and hostname verification for testing RESTful services accessible over https.One...

0 replies - 3673 views - 05/18/13 by Sammaiah Kyatham in Articles

New Version of Oracle ADF Mobile - Java on iOS and Android

Oracle today released version 11.1.2.4 of their Oracle ADF Mobile framework.The framework leverages a headless JVM to enable developers to build cross...

2 replies - 3030 views - 05/07/13 by Shay Shmeltzer in Articles

Analysis of Techdebt.org, the Open Database on Technical Debt

TechDebt.org is the first collaborative & open benchmarking dashboard on Technical Debt and Software Quality. The site provides you with several metrics...

0 replies - 3513 views - 04/26/13 by Armel Gouriou in Articles

Cloud Job Scheduler on EC2

Grand Logic is pleased to announced a new release of our JobServer Cloud edition product. JobServer Cloud edition allows our customers to access and use the...

0 replies - 1501 views - 04/17/13 by Rauf Issa in Articles

GlassFish on Ubuntu Touch

A few years ago, it was unthinkable to most of us that a Java application server can run on a small/mobile device. Now it seems almost passé. Many of you have...

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

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 - 1502 views - 04/12/13 by Vinitha Rajagopal in Articles

Dodge Hibernate Coding Mistakes with Scertify's Code Analysis

Hibernate is one of the most used ORM Java frameworks out there. It is really simple to use, just add few annotations and you're ready to go. However, it is...

0 replies - 1360 views - 04/11/13 by Armel Gouriou in Articles

Is There a Treatment for Enterprise Software Complexity?

Enterprise software development is experiencing difficult times. The increasing complexity of the software leads to serious crashes already now. Significant...

0 replies - 832 views - 04/10/13 by Aliaksei Papou in Articles

jenv: An RVM Clone for Java

jenv is a tool for managing parallel versions of Java Development Kits on any Unix-based system. It provides a convenient command line interface for...

0 replies - 712 views - 04/07/13 by Jacky Chan in Articles

Lightweight Testing of Heavyweight IBM Message Broker Solutions

This article shows a hands-on approach of how you can test your IBM WebSphere Message Broker solutions in a simple way using modern Groovy and Java...

0 replies - 1472 views - 04/05/13 by Magnus Palmér in Articles

Choosing a Java Version on Ubuntu

When you have got multiple versions of Java installed, you can choose which one you want to use by running the update-alternatives command.Running...

0 replies - 3055 views - 04/05/13 by David Salter in Articles

Home-grown ConnectionPool in Java

I've written some code that act as a simple connection Pool. This code is not a production code, you need to test it carefully before using it. First, the DAO...

0 replies - 373 views - 04/01/13 by Mohammed Hewedy in Articles