Running javascript expression in java program
- From: ahjiang@xxxxxxxxx
- Date: 4 May 2006 21:55:29 -0700
Hi all,
I wonder which area do i need to research on for this problem.
Right now i want to invoke some javascript function in the java
program.
For e.g.
String result = evalExpression(" "Hello World".toUpperCase() ");
public String evalExpression(String javascript){
evaluate the javascript string and return the result
}
Appreciate any advice
.
- Follow-Ups:
- Re: Running javascript expression in java program
- From: Roedy Green
- Re: Running javascript expression in java program
- From: oulan bator
- Re: Running javascript expression in java program
- Prev by Date: Any algo or codesnipplet for removing noise from Wave(.wav) files
- Next by Date: Re: Does Java support shutdown code when program is killed?
- Previous by thread: Any algo or codesnipplet for removing noise from Wave(.wav) files
- Next by thread: Re: Running javascript expression in java program
- Index(es):
Relevant Pages
|