• 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

View Tier

 
Ranch Hand
Posts: 165
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
Anybody have any reference or example about how to utilize Push Model and Pull Model of View Tier?
Best Regards
 
sharp shooter, and author
Posts: 1913
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
have you taken a look at some of the MVC style frameworks such as Struts, WebWork, et al? This might be a good starting point for such information.
If you're after more introductory information about MVC and model 2, then check out Chapter 12 - Designing Web Applications and Servlet Patterns from Professional Java Servlets.
Hope that helps
Simon
 
Isaias C. Barroso
Ranch Hand
Posts: 165
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Simon,
The Professional Series is very good, your chapters of Professional JSP (Chapter 6) and Professional Java Servlets 2.3 (Chapter 12).
Its will help me a lot.
I'm developing a Intranet and need of a Pattern that to possibility to control tha pages of need login and pages that don�t need login. I'm thinking in to utilize the Controller + Dispatcher + Views and Helpers for this. Is this a good idea?

Best Regards,
 
Whose rules are you playing by? This tiny ad doesn't respect those rules:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic