Tag Archive: The Fascinator Desktop

Sep
03

Setting up Nagios 3 in Ubuntu 9.04 Jaunty + forward notification using postfix

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 …

Continue reading »

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; …

Continue reading »

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. …

Continue reading »

Permanent link to this article: http://lindaocta.com/?p=185

Jun
14

Linux-FS Watcher for The Fascinator Desktop (Updated)

Recently I am involved in The Fascinator Desktop project. Peter Sefton is updated the detail workflow of this project: Desktop Repositories: Smashing up Power point. Part of my involvement is to develop filesystem watcher (Linux and Mac OS watcher). The Linux FS watcher can be checked-out from http://fascinator.usq.edu.au/svn-auth/code/watcher/tags/0.1. This is a standalone program, thus you …

Continue reading »

Permanent link to this article: http://lindaocta.com/?p=119