MVC

2 replies.


AmeL
Joined: 14-10-2008 05:40 AM
Posts 38

MVC

16-10-2008 09:12 AM

Dear all,

I am really sorry if this is the wrong place to write such a kind of thread here.
MVC comes from Model View Controller; yet it is one more model to design the software. I would suggest that students should think about this model as one of the ways to design their applications.
Actually it means as what it is named :
- Model = What the real things do is implemented here.
- View = The interface
- Controller = The event handler which take data from View to Model and get back the data from Model to update the View.
You could go on the internet and search for MVC for a clearer explanation. However please let me know if you're really interested in this model.
i will post the code of Java how we do that in the next thread if you show up some interests.

Thanks
/AmeL



Reply | Report Abuse


ANT
Joined: 30-07-2008 12:23 PM
Posts 50

Re: MVC

10/16/2008 9:52:00 AM

Hi AmeL,

That's great that you know about MVC, and we really happy that you want to share your knowledge to everyone.

As you know in ANT website we have learn page so we want to suggest you to share your MVC knowledges to everyone by this learn page to make visitors easy to find it.

You can write anything about MVC such as tutorials, articles, projects, sample code and video.

If you have any suggestions please replies or send us by email developer@usofttechnology.com.kh.

Thanks,
ANT Magazine



Reply | Report Abuse


AmeL
Joined: 14-10-2008 05:40 AM
Posts 38

Re: MVC

10/20/2008 11:20:00 AM

Dear All,

Hi all, I have already posted the sample code in Java to demonstrate how MVC works in the Java section.
go to http://forums.ant.com.kh/Java/

Thanks
/AmeL



Reply | Report Abuse

1