Results 1 to 7 of 7
Thread: Web Frameworks (MVC, MVVM)
- 10-02-2011, 01:39 AM #1
Member
- Join Date
- Nov 2010
- Posts
- 6
- Rep Power
- 0
Web Frameworks (MVC, MVVM)
Hello,
Im completely new when it comes to frameworks, i dont even know if this is the right place to post this, but anyway.
I need to know, in basic terms, what MVC, MVVM, plus any other similar types like this, what they are and how they work, i need as much info as you guys could provide, if possible.
Ive tried wiki and to be honest, the terminology there was baffling. So any help here would be greatly appreciated.
Thank you,
Aaron.
- 10-02-2011, 08:45 AM #2
Re: Web Frameworks (MVC, MVVM)
Do you ask about it only as education aim or you really want to use it? This questions relate to design patterns and architecture models. Some frameworks can realize this structures.
Skype: petrarsentev
http://TrackStudio.com
- 10-02-2011, 12:07 PM #3
Member
- Join Date
- Nov 2010
- Posts
- 6
- Rep Power
- 0
Re: Web Frameworks (MVC, MVVM)
Basically, need to research different frameworks similar to MVVM and MVC, Im just looking for someone to tell me,
What they are,
How they work,
Pros,
Cons,
and any other bits of info people may have.
I really am clueless when it comes to this, never even heard of frameworks like MVC before friday.
So any help would be good.
- 10-02-2011, 12:54 PM #4
Re: Web Frameworks (MVC, MVVM)
Read that. Overview of the ModelView – ViewModel (MVVM) pattern and data-binding « Russell East’s blog
I bit you just have some Uni task and don't want to do it yourself. It is pity.Skype: petrarsentev
http://TrackStudio.com
- 10-02-2011, 01:13 PM #5
Member
- Join Date
- Nov 2010
- Posts
- 6
- Rep Power
- 0
Re: Web Frameworks (MVC, MVVM)
Yeah it is, id do it myself but i have absolutely no understanding of any of this, thats why i came here looking for help.
- 10-02-2011, 01:44 PM #6
Re: Web Frameworks (MVC, MVVM)
What do you not understand concretely? Do you have concrete questions? Try to explain it own words and we can appreciate it and help you if you don't think correctly
Skype: petrarsentev
http://TrackStudio.com
- 10-02-2011, 03:29 PM #7
Member
- Join Date
- Nov 2010
- Posts
- 6
- Rep Power
- 0
Re: Web Frameworks (MVC, MVVM)
Ok, Heres what i know, maybe you can tell me some stuff that im leaving out.
MVC - Model-View-Controller
1. User interacts with interface (View)
2. Controller Handles Event, Tells Model of interaction. Model could change its state. (i.e. Update its content etc.)
3.View queries model and generates appropriate view.
MVVM - Model-View-ViewModel
1.Model - Represents the Data Layer.
2.View - Represents the User interface.
3. ViewModel - Acts as "middle man" between Model and View. Tweaks data so its understandable at UI level.
MVP - Model-View-Presenter
1.Model - Data Layer
2.View - User interface.
3. Presenter - Equivalent to Controller in MVC or ViewModel in MVVM.
This is all i know.
My questions are:
1. Whats the difference between MVP and MVC/MVVM?
2. Are there any similar frameworks to these?
3. Could you provide any more information on any of these?
Similar Threads
-
isngs frameworks
By alacn in forum New To JavaReplies: 2Last Post: 08-10-2010, 08:17 PM -
Application frameworks.
By makpandian in forum New To JavaReplies: 0Last Post: 04-25-2009, 08:53 AM -
java Frameworks
By nks7 in forum Web FrameworksReplies: 12Last Post: 12-02-2008, 06:17 AM -
The hosting company must have the frameworks?
By gilbertoalbino in forum Web FrameworksReplies: 2Last Post: 10-19-2008, 03:51 AM -
Confusing with Frameworks
By hisouka in forum New To JavaReplies: 0Last Post: 08-05-2008, 05:52 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks