You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to CodenameOne Discussions
Hi,
It is possible to make an MVC architecture for an app implementation ?
Shai Almog
unread,
May 4, 2018, 12:04:08 AM5/4/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to CodenameOne Discussions
Hi, yes. We didn't separate the UI as aggressively as Swing did but the core principles of a component based architecture present our UI as the view/controller and your data model should indeed reside separately.
frederi...@gmail.com
unread,
May 7, 2018, 4:06:18 AM5/7/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to CodenameOne Discussions
Hi, Thanks for your response. I will to make an 3 layers architecture and including the view/controller in IHM layer and the model in business layer.