• 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

Frontcontroller example

 
Ranch Hand
Posts: 367
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can anyone give me an example of the frontcontroller, commands pattern?

// Mathias
 
Sheriff
Posts: 13411
Firefox Browser VI Editor Redhat
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I've got a very simplified version on my site:
http://simple.souther.us
Look for SimpleCommand.

If you want a real life implementation that follows all of the current best practices, Bear Bibeault, (A Ranch sherrif) has just published his FrontMan controller. It can be downloaded here:
https://coderanch.com/t/34646/ba/Front-Man
 
Mathias Nilsson
Ranch Hand
Posts: 367
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks!
 
Ranch Hand
Posts: 401
Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Ben Souther:
I've got a very simplified version on my site:
http://simple.souther.us
Look for SimpleCommand.

If you want a real life implementation that follows all of the current best practices, Bear Bibeault, (A Ranch sherrif) has just published his FrontMan controller. It can be downloaded here:
https://coderanch.com/t/34646/ba/Front-Man



im not able to enter some parts of your site as a guest (provided option to enter as guest is not working properly ) please help me
[ April 08, 2007: Message edited by: Rauhl Roy ]
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Rauhl Roy:
im not able to enter some parts of your site as a guest (provided option to enter as guest is not working properly ) please help me



And which parts are those? Post the URL that you cannot access, and tell us from where it's linked.
 
Ben Souther
Sheriff
Posts: 13411
Firefox Browser VI Editor Redhat
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I just followed both of those links from the quote in your post and was able to download everything mentioned in it.
 
Mathias Nilsson
Ranch Hand
Posts: 367
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes.... I have downloaded from both sites. Very helpfull
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic