On Fri, May 2, 2014 at 11:49 AM, Shameera Rathnayaka <[email protected]>wrote:
> Hi Pradeep, > > We have a poc level working implementation with Java reflections. But our > idea is to write a ultra fast data binding frame work which generate java > byte code at deployment time and use that to invoke JAXRS resource, not > java reflection which is obviously slow. Feature wise we will follow the > JAXRS specs and implement only the basic features that require to expose a > JAXRS service and request/response handling. JSON will be our standard data > format for request and response. It would be great if you can points out > the requirements that you think we should support in our light weight > implementation. > - It's ok to follow JAX-RS spec as it clear and simple but we need to make sure we are not referring this F/W as a JAX-RS implementation instead this is the WSO2 Admin Service F/W and will only serve admin service requirements only. - +1 To use byte code F/W instead of reflection. Sometime back there was a intern project to convert reflection based Axis2 service implementation into a byte code based approach, you can refer some numbers here [1] and original work from here[2]. - In case if we have front-end/back-end separation in C5 then we should have something similar to 'Axis2 Local Transport' for this framework as well. IMHO we should able to bypass HTTP or any network layer in case both front-end/back-end available on same server/JVM. [1] - http://osdir.com/ml/general/2012-11/msg38555.html [2] - https://issues.apache.org/jira/browse/AXIS2-5463 Thanks ! > > Thanks, > Shameera. > > > On Fri, May 2, 2014 at 11:26 AM, Pradeep Fernando <[email protected]>wrote: > >> Hi kishanthan/devs, >> >> I believe we already have the first cut implementation of that. If so >> shall we do a quick review. I want to see the capabilities it has right now >> vs things what we need... >> >> thanks >> >> >> On Wed, Apr 30, 2014 at 9:02 PM, Aruna Karunarathna <[email protected]>wrote: >> >>> Thanks Kishanthan. >>> >>> >>> On Wed, Apr 30, 2014 at 5:40 PM, Kishanthan Thangarajah < >>> [email protected]> wrote: >>> >>>> Not with the latest milestone. The plan is to include this for the next >>>> milestone (a light weight RESTful admin services framework). >>>> >>>> >>>> On Wed, Apr 30, 2014 at 12:46 PM, Aruna Karunarathna <[email protected]>wrote: >>>> >>>>> Hi all, >>>>> >>>>> Can we do the $subject with the current latest milestone release? >>>>> >>>>> Regards, >>>>> -- >>>>> >>>>> * Aruna Sujith Karunarathna* | Software Engineer >>>>> WSO2, Inc | lean. enterprise. middleware. >>>>> #20, Palm Grove, Colombo 03, Sri Lanka >>>>> Mobile: +94 71 9040362 | Work: +94 112145345 >>>>> Email: [email protected] | Web: www.wso2.com >>>>> >>>>> >>>> >>>> >>>> >>>> -- >>>> *Kishanthan Thangarajah* >>>> Senior Software Engineer, >>>> Platform Technologies Team, >>>> WSO2, Inc. >>>> lean.enterprise.middleware >>>> >>>> Mobile - +94773426635 >>>> Blog - *http://kishanthan.wordpress.com >>>> <http://kishanthan.wordpress.com>* >>>> Twitter - *http://twitter.com/kishanthan >>>> <http://twitter.com/kishanthan>* >>>> >>> >>> >>> >>> -- >>> >>> * Aruna Sujith Karunarathna* | Software Engineer >>> WSO2, Inc | lean. enterprise. middleware. >>> #20, Palm Grove, Colombo 03, Sri Lanka >>> Mobile: +94 71 9040362 | Work: +94 112145345 >>> Email: [email protected] | Web: www.wso2.com >>> >>> >>> _______________________________________________ >>> Dev mailing list >>> [email protected] >>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>> >>> >> >> >> -- >> *Pradeep Fernando* >> Associate Technical Lead;WSO2 Inc.; http://wso2.com >> >> blog: http://pradeepfernando.blogspot.com >> m: +94776603662 >> >> _______________________________________________ >> Dev mailing list >> [email protected] >> http://wso2.org/cgi-bin/mailman/listinfo/dev >> >> > > > -- > *Software Engineer - WSO2 Inc.* > *email: shameera AT wso2.com <[email protected]> , shameera AT apache.org > <[email protected]>* > *phone: +9471 922 1454 <%2B9471%20922%201454>* > > *Linked in : *http://lk.linkedin.com/pub/shameera-rathnayaka/1a/661/561 > *Twitter : *https://twitter.com/Shameera_R > > _______________________________________________ > Dev mailing list > [email protected] > http://wso2.org/cgi-bin/mailman/listinfo/dev > > -- Sagara Gunathunga Senior Technical Lead; WSO2, Inc.; http://wso2.com V.P Apache Web Services; http://ws.apache.org/ Linkedin; http://www.linkedin.com/in/ssagara Blog ; http://ssagara.blogspot.com
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
