Muhammad Azeem Faraz

Greenhorn
+ Follow
since Mar 29, 2002
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Muhammad Azeem Faraz

I'm creating a file transfer utility over SSL using FTP. I need little clarification regarding some of the issues.
1- How to make my application Socks 4/5 aware?
2- Any issues regard firewalls (on application end)
3- NAT problems.
I have not much information about these things. prompt replies will help me a lot.
Regards.
20 years ago
The reason being MVC is an architectural pattern rahter than a design pattern. so difference is of level of abstraction. you can divide pattern into three categories
1- Architectrual patterns
2- Design patterns
3- Idioms (code level)
There is definately place for method (methodology)in OO paradigm
Methodology = Process + Notation
e.g
Booch Method = Booch Process + Booch Notation
---------------------------------------------
Process is "Who is doing What and How"
---------------------------------------------
Notation is language to represent different models.
---------------------------------------------
OOSE, OMT and Booch all are methodolgies under OO paradigm
---------------------------------------------
I hope this will help you.