Monday, 31 December 2007
Monday, 24 December 2007
Sunday, 23 December 2007
Sunday, 16 December 2007
Sunday, 9 December 2007
Saturday, 8 December 2007
SSH access to Joyent
This hopefully the first of a few posts on the general topic of Facebook application development with Java using the free hosting provided by Joyent.
I've setup cygwin for remote access to my joyent account. I followed this tutorial to configure SSH with no password to ease the hassel of logging into the server.
I've setup cygwin for remote access to my joyent account. I followed this tutorial to configure SSH with no password to ease the hassel of logging into the server.
Friday, 7 December 2007
Installing Java JTP into Maven
First download the Java Transaction API
Classes 1.0.1B zip.
And then run this maven command to add the zip to the local repo.
Classes 1.0.1B zip.
And then run this maven command to add the zip to the local repo.
mvninstall:install-file-DgroupId= javax.transaction
-DartifactId=jta
-Dversion=1.0.1B-Dpackaging=jar-Dfile=jta-1_0_1B-classes.zip