Re: Proposal - A Very Simple API for Reading Simple XML Data

2009-06-01 Thread Mohammady Mahdy
digester ? On Mon, Jun 1, 2009 at 8:37 AM, Ralph Goers ralph.go...@dslextreme.comwrote: This should have gone to the dev list. On May 31, 2009, at 10:33 PM, Ralph Goers wrote: On May 31, 2009, at 9:24 AM, chris0 wrote: Hello, I'm making this proposal because I couldn't find a good

Re: [vfs] Google App Engine plug-in (GaeVFS)

2009-05-31 Thread Mohammady Mahdy
good job man ! was working on a similar thing but used email accounts as storage. really nice job! On Sun, May 31, 2009 at 9:32 AM, Ralph Goers ralph.go...@dslextreme.comwrote: On May 30, 2009, at 2:55 PM, Vince Bonfanti wrote: The first public release (0.1) of GaeVFS is now available:

Re: [resources] To Fix Or Not To Fix...

2009-05-23 Thread Mohammady Mahdy
+1 for redesigning. mainly, the JDBC resource and maybe generifying the APIs On Sat, May 23, 2009 at 3:39 PM, Robert Burrell Donkin robertburrelldon...@blueyonder.co.uk wrote: that is the question having taken a look at the JIRAs, most seem to be tangled up with API revisions... i suppose

Re: [resources] Website

2009-05-18 Thread Mohammady Mahdy
The repository link still doesn't work: ViewVCException: 404 Not Found: commons/proper/resources/trunk: unknown location On Mon, May 18, 2009 at 9:28 AM, Robert Burrell Donkin robertburrelldon...@blueyonder.co.uk wrote: i've uploaded the tidied and regenerated site:

Re: [resources] Supported Build Tools

2009-05-18 Thread Mohammady Mahdy
Planning to do so :) will jump the JIRA once I return today, let me know if there is something specific I can help with. On Mon, May 18, 2009 at 9:32 AM, Robert Burrell Donkin robertburrelldon...@blueyonder.co.uk wrote: Mohammady Mahdy wrote: Guys I am glad to see this project coming back

Re: [resources] Website

2009-05-18 Thread Mohammady Mahdy
: Mohammady Mahdy wrote: The repository link still doesn't work: ViewVCException: 404 Not Found: commons/proper/resources/trunk: unknown location it still looks fine to me :-/ i have Last Published: 17 May 2009. what do you have? - robert

Re: [resources] Website

2009-05-18 Thread Mohammady Mahdy
Thanks ^^ On Mon, May 18, 2009 at 3:06 PM, Christian Grobmeier grobme...@gmail.comwrote: The link from: http://commons.apache.org/resources/source-repository.html is working correctly. The browse link on: http://commons.apache.org/resources/ is not though. This link points to proper

Re: [resources] Supported Build Tools

2009-05-17 Thread Mohammady Mahdy
Guys I am glad to see this project coming back to life, the viewvc and repository url on the site are broken though: jakarta/commons/proper/resources/trunk: unknown location Can you send the ones you are using ? On Mon, May 18, 2009 at 7:57 AM, Dave Meikle loo...@gmail.com wrote: 2009/5/18

Re: New Sandbox Component Proposal: Commons JSON

2009-04-30 Thread Mohammady Mahdy
I wrote some code based on the org.json implementation mainly if you map a class property in your json with your java class fqn or a key that corresponds to some java class fqn you can map the object back and forth from java to json and vice versa, nothing too fancy but saved me the effort of