Right now, building their login server. It's a J2EE app built of out JBoss, EJBs, Hibernate, Maverick, and a half dozen other technologies. However, the user-facing web frontend is built with Struts (that part is maintained by the Austin team).
One of the things I had to do in Austin last week was take their existing Struts frontend and adapt it to my login server. It was the first time in a couple years that I've worked on a Struts app... seems like an awful lot of work for a simple application :-( Jeff > -----Original Message----- > From: Travis Reeder [mailto:[EMAIL PROTECTED] > Sent: Tuesday, November 11, 2003 3:46 PM > To: [EMAIL PROTECTED] > Subject: Re: [Mav-user] Controllers selecting views > > That's awesome about Ultima, what are you doing for them? > > travis > > Schnitzer, Jeff wrote: > > >Sorry about going dark, I'm working on UXO now and it's sucking up > >outrageous amounts of my time. It's fun to get a new game to work on, > >but I jumped on board at a crazy moment :-) > > > >Right now the only way for a controller to get config information is to > >examine the JDOM config document that it can obtain from the dispatcher. > >It's certainly possible to build this facility though. You just need a > >list of names? > > > >A "*" view should be easy to implement, just tweak > >CommandMultipleViews.getView(). > > > >Jeff > > > > > > > >>-----Original Message----- > >>From: Ted Husted [mailto:[EMAIL PROTECTED] > >>Sent: Thursday, November 06, 2003 7:09 AM > >>To: [EMAIL PROTECTED] > >>Subject: [Mav-user] Controllers selecting views > >> > >>Is it possible for a controller to obtain a list of which Views are > >>registered to the instant Command? The use case is that I want the > >>controller to select a View by matching it to an input parameter. > >> > >>A second, but related question, is how one would go about implementing > >> > >> > >a > > > > > >>"*" feature for Views? Which is to say, if the View requested is not > >>available, use the View named "*" instead. (Like what the Dispatcher > >>does when it can't find a Command, but for Views within Commands.) The > >>use case is that I have Controllers that look for different standard > >>Views, which sometimes all go to one place, but other times do not. > >> > >>-Ted. > >> > >> > >> > >> > >>------------------------------------------------------- > >>This SF.net email is sponsored by: SF.net Giveback Program. > >>Does SourceForge.net help you be more productive? Does it > >>help you create better code? SHARE THE LOVE, and help us help > >>YOU! Click Here: http://sourceforge.net/donate/ > >>[INVALID FOOTER] > >> > >> > > > > > > > >------------------------------------------------------- > >This SF.Net email sponsored by: ApacheCon 2003, > >16-19 November in Las Vegas. Learn firsthand the latest > >developments in Apache, PHP, Perl, XML, Java, MySQL, > >WebDAV, and more! http://www.apachecon.com/ > >[INVALID FOOTER] > > > >. > > > > > > > > > ------------------------------------------------------- > This SF.Net email sponsored by: ApacheCon 2003, > 16-19 November in Las Vegas. Learn firsthand the latest > developments in Apache, PHP, Perl, XML, Java, MySQL, > WebDAV, and more! http://www.apachecon.com/ > [INVALID FOOTER] ------------------------------------------------------- This SF.Net email sponsored by: ApacheCon 2003, 16-19 November in Las Vegas. Learn firsthand the latest developments in Apache, PHP, Perl, XML, Java, MySQL, WebDAV, and more! http://www.apachecon.com/ [INVALID FOOTER]
