Hi Sanjiva,

I agree with you, that the best is to keep the engine in my codebase.

The class name of the engine is "luajava.bsf.LuaEngine"
I realize that in the source I sent you the package name was different, but
I decided to change it and integrate to the LuaJava project.
The file extension is "lua".
So I guess the line on the languages.properties would be:
lua = luajava.bsf.LuaEngine, lua

Thiago.


-----Original Message-----
From: Sanjiva Weerawarana [mailto:[EMAIL PROTECTED] 
Sent: quarta-feira, 29 de setembro de 2004 15:52
To: Bean Scripting Framework developers
Subject: Re: lua support

Hi Thiago,

One thing you might want to consider is keeping the Lua engine
in your codebase and just having the BSF runtime configured
to load it. That way you can evolve the engine as the
language runtime evolves and there's no coordination problem.

This is IMO the preferred way for BSF integration.

If you agree please send the class name you want registered
as the engine (in languages.properties) and also the desired
file extension for Lua.

Sanjiva.

----- Original Message ----- 
From: "thiago" <[EMAIL PROTECTED]>
To: "'Bean Scripting Framework developers'" <[EMAIL PROTECTED]>
Sent: Wednesday, September 29, 2004 11:45 PM
Subject: RE: lua support


Hi again,

Yes, I'll attach the patch for Lua on this message. It is also available at
http://luaforge.net/project/showfiles.php?group_id=10 by the name of
LuaBSF-1.0

Lua is available at http://www.lua.org

Lua is a powerful light-weight programming language designed for extending
applications. Lua is heavily used in the game industry, and is also
frequently used as a general-purpose, stand-alone language.

The number of programmers using Lua is rising very fast, Lua is now
competing with Python as a script language. I recently developed a link
between Lua and Java, called LuaJava, decided that extending BSF to support
Lua would be a good idea.


Thiago Ponte


-----Original Message-----
From: Sanjiva Weerawarana [mailto:[EMAIL PROTECTED]
Sent: terça-feira, 28 de setembro de 2004 20:11
To: Bean Scripting Framework developers
Subject: Re: lua support

Absolutely - could you send a patch please?

I don't think I've heard of Lua before .. a pointer would be
great.

Sanjiva.

----- Original Message ----- 
From: "thiago" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, September 29, 2004 4:06 AM
Subject: lua support


> Hi,
>
> I've developed an extension for BSF to support the Lua language. I was
> wondering if Jakarta would be interested in displaying it on the project
> page, as was done with other technologies.
>
>
> Thiago Ponte
>
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.770 / Virus Database: 517 - Release Date: 27/9/2004
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.770 / Virus Database: 517 - Release Date: 27/9/2004


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.770 / Virus Database: 517 - Release Date: 27/9/2004





----------------------------------------------------------------------------
----


> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.770 / Virus Database: 517 - Release Date: 27/9/2004
 

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.770 / Virus Database: 517 - Release Date: 27/9/2004
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to