Re: [snapshot] Questions about next snapshot...

2006-10-25 Thread Martin Cordova
support will be implemented in the future and there are no obstacles which prevent us from doing this. But I don't know when exactly it will be done, this requires some efforts and we still have other things in the todo list. On 10/24/06, Geir Magnusson Jr. [EMAIL PROTECTED] wrote: Martin

Re: [snapshot] Questions about next snapshot...

2006-10-25 Thread Martin Cordova
: Martin Cordova wrote: 1.- Have a planned date? None yet, but doing this week would be good. Any other opinions? 2.- Will include latest aproved contributions (ImageIO) Only if they have been integrated into the SVN codebase 3.- Will be possible to create graphics in awt

Re: [classlib][awt] headless support (was: Re: [snapshot] Questions about next snapshot...)

2006-10-25 Thread Martin Cordova
the requirements. On 10/25/06, Martin Cordova [EMAIL PROTECTED] wrote: (e.g. for linux we need to exclude all xlib calls, right?). How implemented IBM their headless stuff? In their case it's a requirement to have XOrg shared libraries installed to have headless working. In order distros it was XFree

[snapshot] Questions about next snapshot...

2006-10-24 Thread Martin Cordova
1.- Have a planned date? 2.- Will include latest aproved contributions (ImageIO) 3.- Will be possible to create graphics in awt-headless mode? I would like to test servlets generating charts (using JFreeCharts) in a Linux box without a graphics environment. Regards, Martin -- Dinamica -

Re: snapshot...

2006-09-28 Thread Martin Cordova
Hello, will this snapshot include the recent ImageIO contributions? Thanks, Martin On 9/28/06, Geir Magnusson Jr. [EMAIL PROTECTED] wrote: yes On Sep 28, 2006, at 11:01 AM, Alexey Petrenko wrote: Geir, will this snapshot include awt native libraries on Windows? SY, Alexey 2006/9/28,

Re: Marketing Harmony [was Re: [general] compatibility packages]

2006-08-12 Thread Martin Cordova
I think that Stefano points to the right direction. To be more specific, Harmony will gain market share if it can run the most popular java applications, mostly open source (tomcat, resin, jetty, eclipse, hsql, mckoi, etc), and providing an efficient implementation of the basic libraries. To add

Winstone servlet engine fixed to run on Harmony

2006-08-11 Thread Martin Cordova
The author of Winstone detected the problem that generated an exception when running on Harmony and fixed it the same day. My first impressions: Harmony JRE snapshot is fast. All database I/O code from my webapp did run fine, as well as all network I/O. I could not test PDF (IText) and Charts

Re: BASE64Encoder class missing?

2006-08-10 Thread Martin Cordova
For this specific case, I found this code for Base64, which claims to be very fast and very compact: * http://migbase64.sourceforge.net/ Just a single class that I repackaged in my own namespaces, and changed one line of code to remove my dependency on sun.* - now I can run on Harmony. I think

Re: Exceptions found while running servlet...

2006-08-10 Thread Martin Cordova
Hello, Rick Knowles, the author of Winstone servlet engine, replied to my email with this information: Martin, I think this is because winstone will sometimes do a outputstream.write(arr, 0, 0), because the content length is actually zero. It's likely that this is swallowed invisibly by IBM

Re: Exceptions found while running servlet...

2006-08-10 Thread Martin Cordova
sources, please consider refreshing awt module and rebuilding with -Dwith.awt.swing=true On 8/10/06, Martin Cordova [EMAIL PROTECTED] wrote: Is it OK to send this type of feedback to the list? please let me know if not, and what subject conventions should I use (is there a link about this?). I am

Plans to implement javax/imageio/ImageIO?

2006-08-10 Thread Martin Cordova
Is there a planned release for this class? It seems that I just can't use popular libraries like JFreeChart without it. Regards, Martin -- Dinamica - RADical J2EE framework open source, easy and powerful http://www.martincordova.com

BASE64Encoder class missing?

2006-08-09 Thread Martin Cordova
? Thanks a lot. Martin Cordova -- Dinamica - RADical J2EE framework open source, easy and powerful http://www.martincordova.com - Terms of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail: [EMAIL PROTECTED

Re: BASE64Encoder class missing?

2006-08-09 Thread Martin Cordova
http://www.martincordova.com On 8/9/06, Geir Magnusson Jr [EMAIL PROTECTED] wrote: btw... which servlet engine? Did you get anything done before you ran into the missing class? We're interested in hearing how it went... geir Martin Cordova wrote: Hi, I am testing the latest Harmony JRE (Aug-4