Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Java > Performing Java statements dynamicly

Reply
Thread Tools

Performing Java statements dynamicly

 
 
=?iso-8859-1?B?bW9vcJk=?=
Guest
Posts: n/a
 
      12-15-2005
Hi,
I try to embed Groovy in my application to dynamicly invoke Java
objects, but sometime I feel it is not so cozy in adapting a new
grammar, are there any expression language I can use as a bridge of my
program and Java I can freely type and run?

 
Reply With Quote
 
 
 
 
Rogan Dawes
Guest
Posts: n/a
 
      12-15-2005
moop™ wrote:
> Hi,
> I try to embed Groovy in my application to dynamicly invoke Java
> objects, but sometime I feel it is not so cozy in adapting a new
> grammar, are there any expression language I can use as a bridge of my
> program and Java I can freely type and run?
>


Try beanshell
 
Reply With Quote
 
 
 
 
=?iso-8859-1?B?bW9vcJk=?=
Guest
Posts: n/a
 
      12-16-2005
I tried but it seems that lacking of embedded information about
BeanShell, right?

 
Reply With Quote
 
ricky.clarkson@gmail.com
Guest
Posts: n/a
 
      12-16-2005
moop,

I'd suggest rewriting that in English. If you struggle with the
language, be verbose (say a lot). We're more likely to glean (obtain)
meaning that way.

Beanshell can be embedded, that is, used in your Java program.
However, I don't think it can see the local variables that are declared
in your Java program, but that's not a real limitation.

We'll give a more specific answer to a more understandable question.
Hopefully.

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
if statements and case statements questions John Crichton Ruby 6 07-12-2010 06:17 PM
Prepare Statements VS Statements Vince Java 12 01-21-2008 01:18 PM
Is there a java library/class for performing "fiscal year" math? edsnooper@yahoo.com Java 0 11-03-2006 03:01 PM
component statements within architecture statements Neil Zanella VHDL 8 10-20-2006 09:05 AM
if statements with or w/o else statements Harry George Python 6 02-23-2004 06:48 PM



Advertisments