Always good to have a starting point. I think the updated proxy helps with simplifying it.. I want to do the same for the endpoints, take out all generic code to the RSA to some shared source file.
Op di 27 jan. 2015 20:49 schreef Pepijn Noltes <pepijnnol...@gmail.com>: > On Tue, Jan 27, 2015 at 8:41 PM, Alexander Broekhuis > <a.broekh...@gmail.com> wrote: > > Looks interesting! I'll definitely give it a try. > > > > Is this potentially also something we could use for proxy/endpoint > > generation? I'd really like if we have something for those.. > > Yes it is. This is also one of my primary things I like to add. > Although I am afraid not sure of the JSON format maybe becomes too > ugly.. we will see. > > > > > Op di 27 jan. 2015 20:34 schreef Pepijn Noltes <pepijnnol...@gmail.com>: > > > >> Hi All, > >> > >> To (really) speed up the process of setting up a project for Apache > >> Celix and developing small bundles, I develop a code generation tool > >> celix_cog [1]. > >> > >> Mainly I develop this to make it easier for myself ;), but I would > >> like to known if anybody else finds it useful. It is Apache licensed > >> (of course), python based, build on top of cog[2] and uses inline > >> comment with code generation snippets to make it tick. > >> More can be info can be found at the github site. > >> > >> I have problem adding this to Apache Celix, but for now, did not do > >> this because it is python based. > >> > >> Oh yeah, I still consider it beta, so expect some bugs... > >> > >> WDYT? > >> > >> [1] https://github.com/pnoltes/celix_cog > >> [2] http://nedbatchelder.com/code/cog/ > >> > >> Greetings, > >> Pepijn > >> >