// home

Latest Post

Making sense of EJB3.x Transaction Attributes – Part 2 (MANDATORY)

Making sense of EJB3.x Transaction Attributes – Part 2 (MANDATORY)

In my previous post, we’ve discussed about TransactionAttributeType.REQUIRES_NEW: how it behaves and where is a good spot to use it. In this post, which is the 2nd part of the series, we’ll explore TransactionAttributeType.MANDATORY.
(more…)

Updates

  • Even after JTA was introduced for more than 10 years, I've discovered that there are still many developers who are pretty confused with transaction in EJB. I'll start of with some posts relating to transaction before the 1Q of the year ends. #
  • After writing some Java/Java EE stuff, a mix of database/system guides is good for the balance of content. This week, we'll write some things on the Oracle DB. #
  • Was truly honored that one of the posts was in one of the blogs of TheAquarium@Oracle. Do check it out with some other links to posts from the some of the top Java Gurus.Thanks alexismp. #
  • Had just completed the 4 part series on EJB3 JPA Entity Relationships. I'm gonna take a short break now. Will be back with more articles that will help you in your development journey. Thanks for reading. #

Welcome to A Developer\'s Scrappad

This site consists mainly of articles and tutorials on some specific areas of Java EE, Unix-es, DBs (Oracle, MySQL, DB2, etc.) and Java EE App Servers.

Previous Posts

EJB3 JPA: 3 Ways Of Generating Primary Key Through @GeneratedValue

EJB3 JPA: 3 Ways Of Generating Primary Key Through @GeneratedValue

November 23rd, 2011

Let's face it, different Databases have different ways of generating primary key values, either in t[...]

How To Boot Oracle 11g Database On Solaris 10 During System Startup Through SMF

How To Boot Oracle 11g Database On Solaris 10 During System Startup Through SMF

November 9th, 2011

In the previous article "How To Install Oracle 11g Database R2 on Solaris 10 Through SSH and VNC", I[...]

How To Install Oracle 11g Database R2 on Solaris 10 Through SSH and VNC

How To Install Oracle 11g Database R2 on Solaris 10 Through SSH and VNC

November 1st, 2011

Quite too often when developers are to setup a development, test or even the production environment [...]

EJB3.x JPA: How To Store An Image Or A Binary File As BLOB In Database

EJB3.x JPA: How To Store An Image Or A Binary File As BLOB In Database

October 24th, 2011

In this article, we will explore how to store any simple file in database through EJB3 JPA and how t[...]

EJB3.x in Glassfish: 3 Ways to Access Local Stateless Session Bean from EJB, JSP and Servlet

EJB3.x in Glassfish: 3 Ways to Access Local Stateless Session Bean from EJB, JSP and Servlet

October 16th, 2011

Glassfish is one app server where by accessing Local Stateless Session Bean is a somewhat “confusi[...]

EJB3 JPA: Dealing with Date, Time and Timestamp

EJB3 JPA: Dealing with Date, Time and Timestamp

October 8th, 2011

Today, I feel the urge to document this. Yes, even though there had been ways which databases and Ja[...]

How To Boot MySQL 5.5 On Solaris 10 During System Startup

How To Boot MySQL 5.5 On Solaris 10 During System Startup

September 30th, 2011

In this article, I'll show you how to boot-start MySQL5.5 as part of the Service Management Facility[...]

Developing “Google”-like Finance Chart in HTML5?

Developing "Google"-like Finance Chart in HTML5?

September 29th, 2011

I have been waiting for this API since the FIRST day when I saw the charts in finance.google.com, ju[...]

Installing MySQL 5.5 on Solaris 10

Installing MySQL 5.5 on Solaris 10

September 29th, 2011

This is a little update on the past article on "Installing MySQL 5 on Solaris 10" which was written [...]