Hi Wouter, yeah, good idea - you're reading my mind! Tonight, I will program the rest of the biz logic and I hope, I'll have the sample running by tomorrow.
Cheers... Matthias > -----Original Message----- > From: Wouter Zoons [mailto:[EMAIL PROTECTED] > Sent: Monday, March 22, 2004 11:52 PM > To: 'Matthias Bohlen' > Cc: [EMAIL PROTECTED] > Subject: RE: animal quiz business > > > Hi Matthias, > > one very small thing, I don't want to code in your classes > now that you're working on them > > We have this question 'Is it a(n) XXX', where XXX is the name > of an animal > > Maybe we could add a simple condition and avoid the '(n)', it > would be like this > > If (animal.firstLetter().toLowerCase() in [a,e,i,o]) // not the 'u' ! > { > question = 'Is it an '+animal; > } > else > { > question = 'Is it a '+animal; > } > > > it's easy to add, and nuances like these make the difference > > btw, I am now adding style to the generated pages, this will > make them appealing for users, but I don't want to give them > the burden of deleting my style code when they don't like > it... "still thinking" (or like my french collegues would > say: "still reflecting") :-) > > > Yeah, it's fun. > > Wouter. > > > -----Original Message----- > > From: Matthias Bohlen [mailto:[EMAIL PROTECTED] > > Sent: Monday, March 22, 2004 11:30 PM > > To: 'Wouter Zoons' > > Cc: [EMAIL PROTECTED] > > Subject: RE: animal quiz business > > > > Wouter, > > > > yes, I am going to do it, in fact I have checked in the > first version > > already. The first question ("Is is an elephant?") already > appears on > > the web page, if you adjust the server/default/deploy/hsqldb-ds.xml > file > > so that it runs HSQLDB as a TCP service on port 1701 (like NCC-1701, > the > > first model of the starship USS Enterprise!). If you look into the > > database, you will see the elephant record. > > > > Tomorrow, I'll code the rest of the biz logic, and we > should soon be > > able to guess a lot of animals! :-) > > > > Cheers... > > Matthias > > > > P.S.: What a relief that the f****ng deployment nightmare is over! > > > > > -----Original Message----- > > > From: Wouter Zoons [mailto:[EMAIL PROTECTED] > > > Sent: Monday, March 22, 2004 9:12 PM > > > To: 'Matthias Bohlen' > > > Cc: [EMAIL PROTECTED] > > > Subject: animal quiz business > > > > > > > > > > > > Matthias, > > > > > > I take it you will be finishing the animal quiz implementation, > > > right ? Considering the CeBIT demo has been > cancelled. > > > > > > Wouter. > > > > > > > > > > > > ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id70&alloc_id638&op=click _______________________________________________ Andromda-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/andromda-devel
