Ambrhino

classic Classic list List threaded Threaded
5 messages Options
Stefan Krecher Stefan Krecher
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Ambrhino

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
Nicolas Petton Nicolas Petton
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Ambrhino

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


Sophie424 Sophie424
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Ambrhino

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
Stefan Krecher Stefan Krecher
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Ambrhino

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
Sophie424 Sophie424
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Ambrhino

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]>:
>
>
Loading...