Re: [Ginp-developers] Version 0.2 is released
Brought to you by:
burchbri,
dougculnane
From: Doug C. <do...@cu...> - 2005-01-21 10:26:32
|
> I'm all for the src/war split but include the libs in the war, even if > it makes it huge because the users are going to have to download the > libs anyway to make the web-app work so we might as well make it easy > for them. > Agree, Will do when I release 0.21 soon. > > http://java.sun.com/j2se/1.4.2/docs/api/java/net/URLEncoder.html says > that UTF-8 oughta work. They even use a u with two dots on top in the > example. You should see what it goes into the encoder as and comes > out as. The URLEncoder URLDecoder should reverse each other perfectly. The German Chars are not in the UTF-8 standard. > > I think the home page could use some cleaning up. It's a little plain > right now. We could also change the style of the homepage to look > like the setup. :) I went for plain and clear. I am not graphic designer so it is what it is. Maybe I will ask Patrick (pixelbyte) if he has any ideas about sexing it up. I hope you are not offended by my comment I just wanted to integrate the wizard with the application more. I think the two should look the same or similar. > > I don't want to do a DB either unless it does something really useful > for the app. Blojsom is a good example of not using a db. Of course > I also don't want to re-invent the db if we need it. If we want to do > a search engine we can use Apache Lucene or we can use a db if there's > a feature it's be really good for like picture rating. > > Lets stay with the XML idea then. There is so much development that maybe a XML database project exists. This may allow us to say there is the data index it and it does the rest and gives us an API for searching...?? XSL may also give us some easy built in features for displaying pictures and data on static exports..... I will continue my Schema and then work on Parsing the xml data. Then I will look at creating the XML data from the web form. When this is done maybe we have found a cool xml data engine thing and can build the search feature. All the best, Doug -- Doug Culnane do...@cu... www.culnane.net |