aspose file tools
The moose likes Java in General and the fly likes where should i begin for developing something like JSF expresion language? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "where should i begin for developing something like JSF expresion language?" Watch "where should i begin for developing something like JSF expresion language?" New topic
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
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: where should i begin for developing something like JSF expresion language?
 
Similar Threads
NonFacesRequestServlet another look
Creating invisible links and text on my JSP
Please help to create Phase Listener
Arrays
EL Question