• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Where to get sample test case of MVC .

 
Greenhorn
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can someone provide me a sample code / case study for MVC arch.
I just wanted to get the feel of real code.
It would be great if i can get both MVC without EJB and MVC with EJB.

thanks :-))
 
Ranch Hand
Posts: 121
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
MVC is a pattern. There are several well known implementations of this pattern, like Struts or Webwork. You should read about these here and here

If you want some sample code you should post your email here, and I can send some code to you.
[ January 22, 2004: Message edited by: sergiu truta ]
 
Ranch Hand
Posts: 50
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Best way to get in the jakarta apache homepage
this is the url for the same
http://jakarta.apache.org
and you can get the examples in the any application server hame page site also. http://commerce.bea.com/index.jsp
 
reply
    Bookmark Topic Watch Topic
  • New Topic