jandrewthompson.blogspot.com
Andrew Thompson's Blog: April 2010
http://jandrewthompson.blogspot.com/2010_04_01_archive.html
Monday, April 5, 2010. Weblogic and Wildcard SSL Certificates. I've recently been working on setting up an instance of Weblogic 10.3 for a new app I'm working on. This app makes several calls to a web service over SSL that is configured with a wildcard certificate. That means the certificate was issues to *.mydomain.com. This is a slick mechanism; it saves money and is easier to maintain all of your subdomains. Weblogic doesn't handle wildcard certs out of the box. Now, you just need to go into the weblo...
jandrewthompson.blogspot.com
Andrew Thompson's Blog: Access a Remote EJB From a Stand-Alone Client
http://jandrewthompson.blogspot.com/2009/12/access-remote-ejb-from-stand-alone.html
Thursday, December 17, 2009. Access a Remote EJB From a Stand-Alone Client. Here, I will explain how you can access an EJB from outside a j2ee container or server. This could be a simple java-main application, or a unit test. The basic idea behind this process is application server agnostic, but these specific instructions will target Glassfish v2.1. The appserv-rt.jar that ships with glassfish contains a default jndi.properties file with the basic options already configured for you. Public static void m...
jandrewthompson.blogspot.com
Andrew Thompson's Blog: VW's Do Float
http://jandrewthompson.blogspot.com/2009/09/vws-do-float.html
Monday, September 7, 2009. How do I know this? Posted by J Andrew Thompson. Subscribe to: Post Comments (Atom). View my complete profile. Http:/ adoption.athompson.us. Http:/ andysworkshop.blogspot.com. Http:/ www.thesamba.com. Http:/ www.wolfsburgwest.com. Awesome Inc. template. Powered by Blogger.
jandrewthompson.blogspot.com
Andrew Thompson's Blog: September 2009
http://jandrewthompson.blogspot.com/2009_09_01_archive.html
Monday, September 7, 2009. How do I know this? Posted by J Andrew Thompson. Subscribe to: Posts (Atom). View my complete profile. Http:/ adoption.athompson.us. Http:/ andysworkshop.blogspot.com. Http:/ www.thesamba.com. Http:/ www.wolfsburgwest.com. Awesome Inc. template. Powered by Blogger.
jandrewthompson.blogspot.com
Andrew Thompson's Blog: December 2009
http://jandrewthompson.blogspot.com/2009_12_01_archive.html
Thursday, December 17, 2009. Access a Remote EJB From a Stand-Alone Client. Here, I will explain how you can access an EJB from outside a j2ee container or server. This could be a simple java-main application, or a unit test. The basic idea behind this process is application server agnostic, but these specific instructions will target Glassfish v2.1. The appserv-rt.jar that ships with glassfish contains a default jndi.properties file with the basic options already configured for you. Public static void m...
jandrewthompson.blogspot.com
Andrew Thompson's Blog: How To Generate DDL Scripts from Hibernate
http://jandrewthompson.blogspot.com/2009/10/how-to-generate-ddl-scripts-from.html
Wednesday, October 28, 2009. How To Generate DDL Scripts from Hibernate. Here we go. As it seems a lot of developers are migrating towards Hibernate annotations and EJB JPA, the following code assumes your classes are configured with annotations. This simple class takes the name of the package where you have your domain objects stored and generates ddl for mysql, oracle and hsql. Package com.jandrewthompson;. Import java.io.File;. Import java.net.URL;. Import java.util.ArrayList;. Param dbDialect to use.
jandrewthompson.blogspot.com
Andrew Thompson's Blog: Alyssa's Bed
http://jandrewthompson.blogspot.com/2009/10/alyssas-bed.html
Wednesday, October 21, 2009. I've recently started working on my latest project; a toddler bed for our little girl. I didn't really want to spend a ton of money on a plastic/toy like bed that would only last a short time. Plus, I thought it would be nice to have an heirloom piece that might get passed down through the family. I'll post the files here later if anyone is interested. Posted by J Andrew Thompson. Subscribe to: Post Comments (Atom). View my complete profile. Http:/ www.thesamba.com.
jandrewthompson.blogspot.com
Andrew Thompson's Blog: Double Trouble
http://jandrewthompson.blogspot.com/2010/09/double-trouble.html
Thursday, September 30, 2010. You've heard it said: the cardinal rule of Java programming. "Never use a double to hold currency". Ok, well it might not be the cardinal. Rule, but its pretty important. But every once in a while you think to yourself, "aww. just this once. It won't hurt anything". Let me save you the headache and explain why this is a terrible idea. I'll also show you some alternatives for all your money problems (programmatically speaking, of course). 00 (0) 01 (1) 10 (2) 11 (3). System&#...
jandrewthompson.blogspot.com
Andrew Thompson's Blog: Weblogic and Wildcard SSL Certificates
http://jandrewthompson.blogspot.com/2010/04/weblogic-and-wildcard-ssl-certificates.html
Monday, April 5, 2010. Weblogic and Wildcard SSL Certificates. I've recently been working on setting up an instance of Weblogic 10.3 for a new app I'm working on. This app makes several calls to a web service over SSL that is configured with a wildcard certificate. That means the certificate was issues to *.mydomain.com. This is a slick mechanism; it saves money and is easier to maintain all of your subdomains. Weblogic doesn't handle wildcard certs out of the box. Now, you just need to go into the weblo...