agora inbox for pljava-dev@postgresql.org  
help / color / mirror / Atom feed
[Pljava-dev] Focus of the PL-Java Project
3+ messages / 0 participants
[nested] [flat]

* [Pljava-dev] Focus of the PL-Java Project
@ 2008-04-10 03:08 
  2008-04-10 03:49 ` [Pljava-dev] Focus of the PL-Java Project 
  0 siblings, 1 reply; 3+ messages in thread

From:  @ 2008-04-10 03:08 UTC (permalink / raw)

I've enjoyed my experience learning how you use PL-Java from the
examples show in my PostgreSQL book.

I am happy to see that it comes "stock" with all of the recent
versions of the windows versions of PostgreSQL.  So I expect that a
fair amount of work is being done to keep it update date with modern
release of PostgreSQL.

I am curious about vision/goals/roadmap that the project team has for PL-Java.

Does the Project team have the expectation that PL-Java runtime
environment can be kept up to date with the current versions of Java?

What are the challenges faced by Project Team regarding PL-Java development?
-- 
Regards,
Richard Broersma Jr.




^ permalink  raw  reply  [nested|flat] 3+ messages in thread

* [Pljava-dev] Focus of the PL-Java Project
  2008-04-10 03:08 [Pljava-dev] Focus of the PL-Java Project 
@ 2008-04-10 03:49 ` 
  2008-04-11 11:47   ` [Pljava-dev] Focus of the PL-Java Project 
  0 siblings, 1 reply; 3+ messages in thread

From:  @ 2008-04-10 03:49 UTC (permalink / raw)

Richard Broersma wrote:
> I am curious about vision/goals/roadmap that the project team has for PL-Java.
> 

Our vision is currently pretty limited.  The pljava project was really a 
one man show of Thomas Hallgren who no longer has the time for it which 
left a pretty big void.  Recently I've helped out to update it for the 
8.3 server release and fix a couple of minor bugs, but at the moment 
it's not really going anywhere.

Kris Jurka




^ permalink  raw  reply  [nested|flat] 3+ messages in thread

* [Pljava-dev] Focus of the PL-Java Project
  2008-04-10 03:08 [Pljava-dev] Focus of the PL-Java Project 
  2008-04-10 03:49 ` [Pljava-dev] Focus of the PL-Java Project 
@ 2008-04-11 11:47   ` 
  0 siblings, 0 replies; 3+ messages in thread

From:  @ 2008-04-11 11:47 UTC (permalink / raw)

>  Our vision is currently pretty limited.  The pljava project was really a
>  one man show of Thomas Hallgren who no longer has the time for it which
>  left a pretty big void.  Recently I've helped out to update it for the
>  8.3 server release and fix a couple of minor bugs, but at the moment
>  it's not really going anywhere.

<delurk>

I have a few plans afoot to make it easier to install. (Although if
it's getting packaged with the windows installer that may be of less
interest to Richard).

The first of these is the modules work that I'm doing for the main
project (see e.g.
http://archives.postgresql.org/pgsql-patches/2008-04/msg00164.php). If
the modules work gets approved and committed, it should be pretty easy
to create a compliant pljava module, and installation should become as
simple as e.g.
yum/apt-get install postgresql-module-pljava
echo "create module pljava" | psql mydb

(A longer term vision is to create wix install files and hence windows
installers automatically for modules, but it should be pretty easy to
just drop a module directory into the appropriate place and have pgsql
pick it up, even after install.)

The second is an idea to dynamically open jvm.so/dll rather than
having to hack the server LD_LIBRARY_PATH or PATH, which is pretty
gross. I have a patch which can do that for a hardcoded dll path, but
it needs to pick that path up out of the config file, and, ideally,
pick up the default JVM installed. On windows that means using the
registry, and unixy distros will have their own default path, so it
would be up to the individual packager.

Then probably tackling the issue of JDBC 4 and getting it to compile
under JDK 6, but that's a way down the path for me at least.


None of that is an official list or anything, Richard, it's just some
stuff that I'm doing.

Cheers

Tom




^ permalink  raw  reply  [nested|flat] 3+ messages in thread


end of thread, other threads:[~2008-04-11 11:47 UTC | newest]

Thread overview: 3+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2008-04-10 03:08 [Pljava-dev] Focus of the PL-Java Project 
2008-04-10 03:49 ` 
2008-04-11 11:47   ` 

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox