Author |
Message |
wtd
|
Posted: Thu Sep 08, 2005 3:12 pm Post subject: (No subject) |
|
|
As opposed to the Rails-ish:
Model:
code: | def something
@foo = 42
end |
View:
Where it's all just Ruby. |
|
|
|
|
 |
Sponsor Sponsor

|
|
 |
rizzix
|
Posted: Thu Sep 08, 2005 3:15 pm Post subject: (No subject) |
|
|
totally.. i see no point in the view needing to know how the controller names its variables...
eitherway.. you seem to be too fixed on ruby-on-rails architecture... then ravenous is the one for you.. *sigh*..
here's some live action tutorials: http://ravenous.solidosystems.com/index.rvp?m=tutr
NOTE: JSP is also all just java... but jsp is more.. it supports tags and taglibraries.. all which can be programed in java classes and mapped to a perticular tag syntax etc... JSP is pretty powerful alone by it self. |
|
|
|
|
 |
wtd
|
Posted: Thu Sep 08, 2005 3:41 pm Post subject: (No subject) |
|
|
It's not a Rails fixation. It's a belief in the same principle that drives Rails, though. "Don't Repeat Yourself".
That's probably why I like type-inferenced languages too.  |
|
|
|
|
 |
rizzix
|
|
|
|
 |
rizzix
|
Posted: Sat Jan 28, 2006 2:23 pm Post subject: (No subject) |
|
|
vRaptor and WebWork are pretty cool. (non page oriented frameworks). |
|
|
|
|
 |
|