How 'intense' do the UI capabilities get? Like say you want to make a location selector with a drop down for each of:
World Region Country State/Province Then when you change selection in one of the top 2 drop downs the drop downs below repopulate to show content relative to the items selected above? Is it possible to imply that kind of UI interaction from a model with a class diagram that looks something like: WorldRegion 1 -- * Country 1 -- * State ? >-----Original Message----- >From: Dan Haywood [mailto:[email protected]] >Sent: Saturday, 5 April 2014 11:09 PM >To: users >Subject: Re: ISIS concept > >Hi Chris, >welcome to the Isis mailing list. >Looking forward to hearing how you get on as you start playing with Isis. >Cheers >Dan > > > >On 5 April 2014 12:57, Chris Colman <[email protected]> wrote: > >> Wow! I just stumbled upon ISIS... it looks great. I am very much into >> domain driven apps and it's awesome that it uses my preferred ORM >> (Datanucleus) and my preferred Java UI framework (Wicket!). >> >> A collision of like minds! >> >> Regards, >> Chris >>
