[Pljava-dev] Source code move to Git

From: bgiles at coyotesong(dot)com (Bear Giles)
To:
Subject: [Pljava-dev] Source code move to Git
Date: 2013-01-13 23:35:16
Message-ID: CALBNtw6WpKh4=QfhEtpQE8PgdP1iNdDM2a4c_3VTyh7LmTsyGA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pljava-dev

P.S. the blog entries were at http://invariantproperties.com/

On Sun, Jan 13, 2013 at 4:33 PM, Bear Giles <bgiles at coyotesong.com> wrote:

> Related to this - I created a project on google code a while back that has
> a number of advanced examples for a series of blog posts I wrote - things
> like user-defined types, triggers, etc. I don't know if it makes sense to
> integrate the examples into the main source tree (as an 'examples'
> artifact), have it as a sibling project, or have it totally independent.
> The project makes it clear that it was never intended to be used as an
> actual library, it just contains examples of how to use pl/java.
>
> https://code.google.com/p/postgresql-pljava-examples/
>
> Also I might be able to devote a few cycles to improving the crypto stuff.
> The motivation is that server-side crypto means you could have a relatively
> unprivileged user perform some tightly constrained functions. E.g., you may
> have a database containing encrypted salaries but be willing to provide an
> average salary. (Setting aside the crypto this is actually a hard problem
> to solve since a series of careful queries may reveal individual
> information. But at a minimum you could have a function that makes sure
> there's at least a dozen data points, decrypts them, then averages them.)
>
> The standard crypto extension provides a bit of this but we really want to
> be able to toss BouncyCastle onto the jar path. I've started playing with
> it but some key standard Jave-SE classes are missing.
>
>
>
> On Sun, Jan 13, 2013 at 3:15 PM, Hal Hildebrand <hal.hildebrand at me.com>wrote:
>
>> Oddly enough, I also created a maven plugin for pljava.
>>
>> Sent from my Tricorder
>>
>> On Jan 13, 2013, at 11:34 AM, Thomas Hallgren <thomas at tada.se> wrote:
>>
>> > On 2013-01-13 19:20, Thomas Hallgren wrote:
>> >> On 2013-01-13 18:10, Hal Hildebrand wrote:
>> >>> Is the break out of the maven modules acceptable?
>> >>
>> >> Yes, although I'd prefer if the module named 'jdbc' was named 'plugin'
>> or 'module'
>> >
>> > On second thought, 'plugin' is a bad name. We might want to create a
>> maven plug-in for pljava at some point. What about 'server' to signify that
>> this is the part that runs in the server?
>> >
>> > - thomas
>> _______________________________________________
>> Pljava-dev mailing list
>> Pljava-dev at pgfoundry.org
>> http://lists.pgfoundry.org/mailman/listinfo/pljava-dev
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.pgfoundry.org/pipermail/pljava-dev/attachments/20130113/def405ed/attachment.html>

In response to

Responses

Browse pljava-dev by date

  From Date Subject
Next Message Hal Hildebrand 2013-01-14 01:20:37 [Pljava-dev] Source code move to Git
Previous Message Bear Giles 2013-01-13 23:33:41 [Pljava-dev] Source code move to Git