| Author |
where should i begin for developing something like JSF expresion language?
|
raminaa niilian
Ranch Hand
Joined: Jul 14, 2005
Posts: 550
|
|
Hi Thank you for reading my post I need to develope an expression replacement mechanism like what is present in jsf / jsp ( #{} and ${} ), i will use this mechanism in post processing of an xml file to change some of those expression with other values, do you know any tutorial for performin this? Thanks
|
 |
Stan James
(instanceof Sidekick)
Ranch Hand
Joined: Jan 29, 2003
Posts: 8791
|
|
|
You could probably do this nicely with regular expressions. See the Sun Tutorial if you haven't used them before. Show us what you make!
|
A good question is never answered. It is not a bolt to be tightened into place but a seed to be planted and to bear more seed toward the hope of greening the landscape of the idea. John Ciardi
|
 |
 |
|
|
subject: where should i begin for developing something like JSF expresion language?
|
|
|