Adrian Mowat
unread,Dec 6, 2010, 1:05:31 PM12/6/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to monkeybars-mvc
Hi,
I'm writing an application for managing business rules specifications
and test cases for backend data/systems integration. I want to create
a UI that is like an email system in that you have the ability to
preview an item - in this case a business rule - or open it in it's
own window for editing. I would also like to be able to have multiple
items open at the same time.
I have been playing around with monkeybars and I like it so far.
However, I noted that you can open have one instance of a given
controller in the current version.
Perhaps I have got the wrong idea, but and I think I would need to
many instances of my "business rules" controller - each with it's own
model and view objects - to be able to have a number of instances of
the a view open displaying different data.
Can you please tell me if I have understood correctly and if there are
any alternative ways of implementing this? If not, would the multiple-
controller strategy be suitable and when is it likely to be released?
Many Thanks
Adrian