JPA Hibernate Alternatives: When JPA & Hibernate Aren't Right for Your Project

Hello, how are you?Today we will talk about situations in which the use of the JPA/Hibernate is not recommended. Which alternatives do we have outside the JPA... Read all

Ext JS 4 CRUD example

while writing my spring-hibernate integration post i realize that we (as java developers) have so many frameworks available which can make life easy by rapidly... Read all

How to Setup Remote Debug with WebLogic Server and Eclipse

Here is how I enable remote debugging with WebLogic Server (11g) and Eclipse IDE. (Actually the java option is for any JVM, just the instruction here is WLS... Read all

How to Build an iOS and Android App in 24 hours with HTML5 and Cordova

what can one create during the new year and christmas holidays? as it turned down – quite enough. even if you have two kids and a bunch of family members whom... Read all

Compare External Files in Eclipse

eclipse is very workspace centric: it only knows and deals with files in the workspace. so it is easy to compare and merge files present in the workspace: i... Read all

Introducing the Spring YARN framework for Developing Apache Hadoop YARN Applications

Originally posted on the SpringSource blog by Janne ValkealahtiWe're super excited to let the cat out of the bag and release support for writing YARN based... Read all

Entity Framework - Update Single Property (Partial Update)

Have you ever tried to update specific fields of an entity using Entity Framework? If yes, then I can assume that... Read all

How to Validate WSDLs with Eclipse

Create a new project and add the necessary resources which you need to validate. Then right click on the file and click "validate". This will detect errors ,... Read all

Eclipse Spell Checker

one of the nice things of modern ide’s are: they offer many extras for free. many times it is related to programming and coding. but i love as well the ones... Read all

Spring JMS, Message Automatic Conversion, JMS Template

In one of my projects I was supposed to create a message router that like all routers was supposed to take the JMS messages from one topic and put it into... Read all

 

 

 

 

Top