// home

Latest Post

Building and Deploying Java EE EAR with Maven to Java EE Application Server (Part 5) – Deployment To WebLogic 10.3.x & WebLogic 12.x

So far, we’ve covered Maven deployment of Java EE EAR to Glassfish 3.x, JBoss 5.x & 6.x. In this article, I’m going to show you how to deploy the EAR through Maven to Oracle’s WebLogic (both 10.3.x and 12.x). I truly have to give credit to the WebLogic team as regardless of the area of Maven deployment or Maven Java EE project dependency, WebLogic is by far the easiest and the simplest among all of the Application Servers that I have dealt with in terms of Maven. Although the production licenses are a little pricy, but remember this, what you pay is what you get.
(more…)

Updates

  • Started a new series of "Building and Deploying Java EE EAR with Maven to Java EE Application Server" series. Part 3 is about Deployment to Glassfish Ver 3.x. More App Servers to come... #
  • Season’s Greetings: We wish all of our readers a very Merry Christmas and an absolutely productive and prosperous New Year ahead. At A Developer’s ScrapPad, Christmas day is the day we remember the birth of our Lord Jesus Christ. Reminding ourselves that men are totally limited and that is why, we need the salvation of God in all things and all circumstances, including our eternal lives. Without the love of God, men have no hope. God bless to all. #
  • Just posted a few articles on Java JNDI/LDAP access to Windows Active Directory within the last two weeks. Hope to give some support for Java developers who are stretching their heads with Windows Active Directory. #
  • Our website (more specifically our server host) had a couple of glitches today and was down for a couple of hours. We have tentatively fix it for the moment. Thank you for being patient with us and we do apologize for any inconveniences caused. #
  • We've just posted the complete series on MySQL Cluster NDB 7.2 on Solaris 10 for the folks that are looking for quick snappy guide to successful installation and implementation. Check out the first part of the article here. #
  • Had completed the series on Making Sense of EJB3.x Transaction Attributes, you may always start the first part here #
  • We are currently adjusting some of the layouts of the pages. At such, we do apologize if we have caused any inconveniences while you are reading. Thank you for your support. #
  • 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. #

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

MySQL Cluster NDB 7.2 on Solaris 10 Part 3 – Testing The Cluster

MySQL Cluster NDB 7.2 on Solaris 10 Part 3 - Testing The Cluster

September 22nd, 2012

We are back again to have fun with our cluster that we've setup written in our previous articles on [...]

MySQL Cluster NDB 7.2 on Solaris 10 Part 2 – Starting, Distributed Synchronized Users Management And Stopping The Cluster

MySQL Cluster NDB 7.2 on Solaris 10 Part 2 - Starting, Distributed Synchronized Users Management And Stopping The Cluster

September 18th, 2012

This is the continuation from the previous part of the tutorial MySQL Cluster NDB 7.2 on Solaris 10 [...]

MySQL Cluster NDB 7.2 on Solaris 10 Part 1 – How To Install, Setup and Configure

MySQL Cluster NDB 7.2 on Solaris 10 Part 1 - How To Install, Setup and Configure

September 18th, 2012

If you have landed on this page, we believe you might either had a bumpy ride in getting the MySQL c[...]

Quick Fix: How to Solve “Unable to read the logging configuration” on Netbeans7 with JBoss6

Quick Fix: How to Solve "Unable to read the logging configuration" on Netbeans7 with JBoss6

September 8th, 2012

This is just a quick fix post for those whom are having this problem when running JBoss 6.x with Net[...]

Making sense of EJB3.x Transaction Attributes – Part 4 (NEVER)

Making sense of EJB3.x Transaction Attributes – Part 4 (NEVER)

September 5th, 2012

This is the last part in the series of "Making sense of EJB3.x Transaction Attributes". So far, we'v[...]

Making sense of EJB3.x Transaction Attributes – Part 3 (Difference Between SUPPORTS and NOT_SUPPORTED)

Making sense of EJB3.x Transaction Attributes – Part 3 (Difference Between SUPPORTS and NOT_SUPPORTED)

September 5th, 2012

Oracle had extensively documented the behavior of each transaction attributes in the Java EE documen[...]

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

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

April 17th, 2012

In my previous post, we've discussed about TransactionAttributeType.REQUIRES_NEW: how it behaves and[...]

Making sense of EJB3.x Transaction Attributes – Part 1 (REQUIRES_NEW)

Making sense of EJB3.x Transaction Attributes - Part 1 (REQUIRES_NEW)

March 29th, 2012

For the previous past posts, I have dealth much with manual fine-grind transaction, mostly on the su[...]

EJB3.x JPA: When to use rollback() and setRollbackOnly()

EJB3.x JPA: When to use rollback() and setRollbackOnly()

March 23rd, 2012

After JTA was introduced for more than a decade ago, then later with the introduction of Bean-Manage[...]