On Sun, May 13, 2012 at 12:15 AM, Dishara Wijewardana <
[email protected]> wrote:

>
>
> On Mon, May 7, 2012 at 10:10 PM, Dishara Wijewardana <
> [email protected]> wrote:
>
>> Hi all,
>> I am starting this thread to keep track of the API scope of this
>> implementation which we going to cover.
>>
>> All together, JSR 223 API has two main packages. Will continue updating
>> the thread. And any ideas, thoughts are welcome.!!
>>
>> *javax.script*
>> *Interfaces *
>>
>> Compilable
>> Invocable
>> Namespace
>>
>
>   ScriptContext - already a discussed in detail (which methods directly
> supports, and which need to implement)
>
>
>> ScriptEngine  -  already discussed in detail
>> ScriptEngineFactory - already discussed in detail
>>
>
>    ScriptEngineInfo -  This can be implemented from loading the info from
> a property file.
>

We also have to add a new class called ScriptEngineManager who is
responsible of managing engine related stuff,(which also recommends from
the spec)
This will allow users to maintain a global scope of attributes visible in
all ScriptEngines,


>
>> *javax.script.http
>> *
>> *Interfaces*
>> *
>> *
>> *HttpScriptContext*
>> *HttpScriptRequest*
>> *HttpScriptResponse*
>>
>>
>> --
>> Thanks
>> /Dishara
>>
>>
>
>
> --
> Thanks
> /Dishara
>
>


-- 
Thanks
/Dishara

Reply via email to