Ambrhino

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

Ambrhino

Stefan Krecher
Hi,
i just announced the first version of Ambrhino - an Amber-Server/ Runtime based on Java SE using Rhino via JSR223.
More on my blog:
http://krecher.com/2012/01/ambrhino.html 
not really useful by now ... but cool somehow :-)
regards,
Stefan
Reply | Threaded
Open this post in threaded view
|

Re: Ambrhino

Nicolas Petton
Coool! Thanks Stefan for sharing :)

Nico

On Thu, 2012-01-05 at 08:36 -0800, Stefan Krecher wrote:
> Hi,
> i just announced the first version of Ambrhino - an Amber-Server/
> Runtime based on Java SE using Rhino via JSR223.
> More on my blog:
> http://krecher.com/2012/01/ambrhino.html 
> not really useful by now ... but cool somehow :-)
> regards,
> Stefan


Reply | Threaded
Open this post in threaded view
|

Re: Ambrhino

Sophie424
In reply to this post by Stefan Krecher
Wow, now Amber can talk as easily to any Javascript on browser, or any
Java or Javascript on the server!

Is there a way to use the Webbased IDE to develop Amber for Ambrhino?

Thanks!

On Jan 5, 10:36 am, Stefan Krecher <[hidden email]>
wrote:
> Hi,
> i just announced the first version of Ambrhino - an Amber-Server/ Runtime
> based on Java SE using Rhino via JSR223.
> More on my blog:http://krecher.com/2012/01/ambrhino.html
> not really useful by now ... but cool somehow :-)
> regards,
> Stefan
Reply | Threaded
Open this post in threaded view
|

Re: Ambrhino

Stefan Krecher
of course - you can write sourcecode with the webbased IDE and send
commands via ajax to the server.
On the server are hardcoded Java functions to get executed (like the
creation of an executable amber-script) or the possibility to directly
execute a (server-side) amber-script.

Am 28. Januar 2012 21:46 schrieb Sophie <[hidden email]>:

> Wow, now Amber can talk as easily to any Javascript on browser, or any
> Java or Javascript on the server!
>
> Is there a way to use the Webbased IDE to develop Amber for Ambrhino?
>
> Thanks!
>
> On Jan 5, 10:36 am, Stefan Krecher <[hidden email]>
> wrote:
>> Hi,
>> i just announced the first version of Ambrhino - an Amber-Server/ Runtime
>> based on Java SE using Rhino via JSR223.
>> More on my blog:http://krecher.com/2012/01/ambrhino.html
>> not really useful by now ... but cool somehow :-)
>> regards,
>> Stefan



--
Dipl.-Wirtsch.-Inf. Stefan Krecher
Neulander Str. 17, 27374 Visselhövede
Tel +49(0)4262 958848
mobil +49(0)172 3608616
http://krecher.com
Reply | Threaded
Open this post in threaded view
|

Re: Ambrhino

Sophie424
Great! How well do Amber collections interoperate with Java
collections? e.g. can I pass an Amber OrderedCollection or Dictionary
as a Java method parameter, or accept a Java collection or hash table
as a return?

Thanks!

On Jan 30, 7:06 am, Stefan Krecher <[hidden email]>
wrote:
> of course - you can write sourcecode with the webbased IDE and send
> commands via ajax to the server.
> On the server are hardcoded Java functions to get executed (like the
> creation of an executable amber-script) or the possibility to directly
> execute a (server-side) amber-script.
>
> Am 28. Januar 2012 21:46 schrieb Sophie <[hidden email]>:
>
>