Apache spark is one of fast and reliable engine for large-scale data processing. This is simple step of installing spark on mac os, using maven….
Java
Java tutorial
Running Multiple Java Version On OSX
Currently i have several projects using different version java, the oldest one using java 1.6, and the new one using 1.8 which is need lambda expression…
Jenkins and Bitbucket [Maven Project as Example]
In this post, i’ll explain short brief how to integrate between bitbucket and jenkins as a part of continues integration cycle. before reading this, assumed…
Running Eclipse On Yosemite
I quite excited when new OSX version codename Yosemite come out this fall. But, I found problem with my eclipse application after upgrading to yosemite,…
Java Connector : Push Purchase Order to JDE (JD Edwards) Enterprise One
Jd Edward is one of ERP Application Acquired by ‘DB Giant’ Oracle and supported till now. For third party application which want to connect…
Display Tag ajax pagination and Hibernate
Display tag is one of powerful tools for displaying collection on table template, light weight, customizable, and fully supported for java web application. Read more…
PostgreSQL and Hibernate ‘Upper case’ problem
Today, i find out strange buggy problem on postgresql and hibernate integration implementation … as an illustration, i have a table, named user with the…
Loading Purchase Request Using Mincom Connector Java .. (Ellipse Part 1)
Integration between java and mincom ellipse v.5 is quite tricky. Although mincom provide middleware to facilitate the integration, but we should know all model used…
Using sequence, DB2 and Hibernate
Several days ago, i found strange behavior in DB2 sequence using HIbernate ORM framework. i have created sequence named HIST_VND_DISTRICT_SEQ, with initial value 100 minimal…
Configuring Glassfish, Spring, Hibernate using JNDI
I got a question from my mate, how to configure and integrate Spring, hibernate using datasources provide by glassfish server. in this case, using IBM…