Boost logo

Boost :

Subject: Re: [boost] JNI library
From: Dave Abrahams (dave_at_[hidden])
Date: 2012-06-28 08:14:37


on Tue Jun 26 2012, Felipe Magno de Almeida <felipe.m.almeida-AT-gmail.com> wrote:

> On Fri, Jun 22, 2012 at 3:02 PM, Dave Abrahams <dave_at_[hidden]> wrote:
>>
>> on Sun Jun 17 2012, Felipe Magno de Almeida <felipe.m.almeida-AT-gmail.com> wrote:
>>
>
> [snip]
>
>>> This class file could be generated by the javabind library, but I
>>> thought it would be overkill for what I needed and might actually make
>>> the loading time longer, since it would have to be generated.
>>
>> You don't have to generate it at (java) runtime.
>
> Do you mean what I already do: generate it by writing java code and
> compiling. Or at compile-time? Or something else?

I mean that you can build the generation of the Java code into the
capabilities of your binding library. Doesn't the C++ binding
description contain all the information you need to generate the Java
code? If so, you could generate it from C++,

-- 
Dave Abrahams
BoostPro Computing
http://www.boostpro.com

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk