Since The Fascinator Desktop 0.1 Release, #tf4desktop, we need to make sure ICE service and OpenOffice are running in the server to support the conversion sent thru The Fascinator Desktop. I managed to setup Nagios in ICE server to watch ICE and OpenOffice process and when ICE or OpenOffice or even server are down, notification …
Tag Archive: The Fascinator Desktop
Permanent link to this article: http://lindaocta.com/?p=227
Aug
31
The Fascinator Desktop 0.1.0 Release
Working together with Oliver Lucido (Main developer), Ron Ward (developer), me (developer), Duncan Dickinson (Project Manager) and Bron Chandler (Project Manager), last week we announced the release of The Fascinator Desktop 0.1.0: http://fascinator.usq.edu.au/trac/wiki/tf2/Version0.1.0 The information about what is The Fascinator Desktop, installation instruction and coding documentation can be found in: http://fascinator.usq.edu.au/trac/wiki/Fascinator2
Permanent link to this article: http://lindaocta.com/?p=234
Jul
07
Multipart file upload in java (Version 2)
Time to blog my multipart file upload version 2. In this version I am no longer using the MultiPartFormOutputStream.java (see my previous blog: http://lindaocta.com/?p=185) In this version, I use java dependencies: httpclient: download HttpClient and it’s dependencies from: http://hc.apache.org/httpclient-3.x/tutorial.html io: download from: http://commons.apache.org/downloads/download_io.cgi Transformer_two.java code: import java.io.File; import java.io.FileOutputStream; import java.io.InputStream; import org.apache.commons.httpclient.HttpClient; import org.apache.commons.httpclient.methods.PostMethod; …
Permanent link to this article: http://lindaocta.com/?p=199
Jul
02
Multipart file upload in java (Version 1)
Uploading Multipart file through java is not that easy. I need to write this code for the Transformer (I don’t have a chance to write the wiki yet ), the bridge between The Fascinator desktop and Ice-Service. Since I am trying my best to remember java syntax again, I am confuse which library to use. …
Permanent link to this article: http://lindaocta.com/?p=185
Permanent link to this article: http://lindaocta.com/?p=119