Last week, we had the author of TDD for a Shopping Website LiveProject. Friday at 11am Ranch time, Steven Solomon will be hosting a live TDD session just for us. See for the agenda and registration link
Are Front Controller and Front Component one and the same or are they different design patterns? if(different) whats the difference? else what should I enter in the exam (If I get a type in q). Thanks in advance
- Raj (SCJP, SCWCD, SCEA-I, SCBCD, IBM XML, IBM 483)
They are the same.You use a controller to centralise the dispatching your requests.This controller is normally a servlet(which is a component,although commonly known as web-component) Hope this helps, Manjunath