Re: [Java-gnome-developer] Access 'replacement'
Brought to you by:
afcowie
From: Tiago C. <cog...@li...> - 2003-11-11 21:20:56
|
On Ter, 2003-11-11 at 19:05, Luca De Rugeriis wrote: > Il mar, 2003-11-11 alle 20:28, Dan Pilone ha scritto: > > > That was one thing that came into my mind too. It is the main windows > > > app thats missing from linux (although some would say it encourages bad > > > practice, so shouldn't be ported). I think this could be put in the same > > > > My suggestion would be a good CD burning application. I considered > > porting k3b to JavaGnome but haven't gotten very far. I don't think it > > would be too difficult to port an existing C++ app to JavaGnome, Gnome would > > get a really nice CD/DVD authoring tool, and once it's in Java I think > > development could progress much more quickly than the C++ version. I don't > > want to cause trouble or get people all worked up by forking k3b, but I > > think it would be a great "proof-of-concept" without running into problems > > of either writing an application no one uses or an application getting > > started but having people lose interest. Just my $.02. -- Dan > Tiago Cogumbreiro is writing something like that he said: > I am going to create a sourceforge project and put the files there, i > have a somewhat outdated version of cdmirror in: > http://s1x.homelinux.net/downloads/cdmirror.tar.bz2 > > Finally i want to underline that the initial concept of the project is > not to create a masterizing program, the first concept is to write/read > images from CDs (it already includes tools to convert images like .bin > to .isos, and raw audio to .wav). To create a fullfeatured remastering > program natively will be hard work, you have to create a library for ISO > managing, thus should be developed in a future stage. > > I hope we can help on developing this. > > Luca. I've just submitted CDMirror project to Sourceforge.net, so i'm just waiting for theyre review, as soon as i get a reply i'll anounce it so we can start some work. One of my main interests/objectives in this project is to provide an easy library for readung and recording data to CDs yet this process is still in a very early stage so one thing we could do is to create the ability to chose from the native drivers or to use cdrdao/cdrecord to perform the reading and writing operations. I've been playing around with gij and gcj to try to run cdmirror. All the classes in the main lib were compiled with gcj correctly but gij didn't succeded running the entire app. I need to check how kaffe handles with it too. Tiago Cogumbreiro |