Re: [HACKERS] CORBA and PG

2001-03-12 Thread John Reid

Hi,

This was mentioned a while back on this list (pg hackers) - thanks to whoever
provided the pointer :-)  I have not yet looked at it in depth, though that is high
on my list of TO-DO's. It is released under an apache style licence.  Any reason
why there are no pointers to it on the PostgreSQL related projects or interfaces
pages?

project page: http://4suite.org/index.epy
docs on ODMG support: http://services.4Suite.org/documents/4Suite/4ODS-userguide

From project page:
"4Suite is a collection of Python tools for XML processing and object database
management. It provides support for XML parsing, several transient and persistent
DOM implementations, XPath expressions, XPointer, XSLT transforms, XLink, RDF and
ODMG object databases.

4Suite server ... features an XML data repository, a rules-based engine, and XSLT
transforms, XPath  and RDF-based indexing and query, XLink resolution and many
other XML services. It also supports related services such as distributed
transactions and access control lists.  Along with basic console and command-line
management, it supports remote, cross-platform and cross-language access through
CORBA, WebDAV, HTTP and other request protocols to be added shortly."

Drivers for PostgreSQL and Oracle are provided.

BTW, page pays postgresql quite a compliment too: "PostgresQL is a brilliant,
enterprise-quality, open-source, SQL DBMS." :-)

Peter T Mount wrote:

 Quoting Franck Martin [EMAIL PROTECTED]:

  I guess these stubs are for accessing PG as a corba server...
 
  I'm trying to look to see if I can store CORBA objects inside PG, any
  ideas...

 Although I've not tried it (yet) it should be possible to access Java EJB's
 from corba.

 If so, then using an EJB server (JBoss www.jboss.org) you could then store them
 as Entity beans. Each one would then have its own table in the database.

 Peter

 
  Franck Martin
  Network and Database Development Officer
  SOPAC South Pacific Applied Geoscience Commission
  Fiji
  E-mail: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
  Web site: http://www.sopac.org/
  http://www.sopac.org/ Support FMaps: http://fmaps.sourceforge.net/
  http://fmaps.sourceforge.net/
 
  This e-mail is intended for its addresses only. Do not forward this
  e-mail
  without approval. The views expressed in this e-mail may not be
  necessarily
  the views of SOPAC.
 
 
 
  -Original Message-
  From: Peter T Mount [mailto:[EMAIL PROTECTED]]
  Sent: Tuesday, 6 March 2001 3:52
  To: Franck Martin
  Cc: PostgreSQL List
  Subject: Re: [HACKERS] CORBA and PG
 
 
  Quoting Franck Martin [EMAIL PROTECTED]:
 
   Does anyone has pointers on CORBA and PostgreSQL?
  
   What is the story ?
 
  There's some old stubs for one of the orbs somewhere in the source
  (C/C++)
 
  Also the old JDBC/Corba example is still there
  (src/interfaces/jdbc/example/corba)
 
  Peter
 
 
  --
  Peter Mount [EMAIL PROTECTED]
  PostgreSQL JDBC Driver: http://www.retep.org.uk/postgres/
  RetepPDF PDF library for Java: http://www.retep.org.uk/pdf/
 

 --
 Peter Mount [EMAIL PROTECTED]
 PostgreSQL JDBC Driver: http://www.retep.org.uk/postgres/
 RetepPDF PDF library for Java: http://www.retep.org.uk/pdf/

 ---(end of broadcast)---
 TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]

--
--
john reid  e-mail [EMAIL PROTECTED]
technical officerroom G02, building 41
school of geosciences   phone +61 02 4221 3963
university of wollongong  fax +61 02 4221 4250

uproot your questions from their ground and the dangling roots will be
seen.  more questions!
   -mentat zensufi

apply standard disclaimers as desired...
--



---(end of broadcast)---
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]



Re: [HACKERS] CORBA and PG

2001-03-12 Thread Peter Mount

At 12:37 07/03/01 +1100, John Reid wrote:
Hi,

This was mentioned a while back on this list (pg hackers) - thanks to whoever
provided the pointer :-)  I have not yet looked at it in depth, though 
that is high
on my list of TO-DO's. It is released under an apache style licence.  Any 
reason
why there are no pointers to it on the PostgreSQL related projects or 
interfaces
pages?

Probably no one's asked to put it on there ;-)

Actually there's quite a few projects out there that use PostgreSQL and 
don't say so here or register it on the web site, hence the lack of links...

Peter


project page: http://4suite.org/index.epy
docs on ODMG support: 
http://services.4Suite.org/documents/4Suite/4ODS-userguide

 From project page:
"4Suite is a collection of Python tools for XML processing and object database
management. It provides support for XML parsing, several transient and 
persistent
DOM implementations, XPath expressions, XPointer, XSLT transforms, XLink, 
RDF and
ODMG object databases.

Hmmm, nothing to do with postgres but I think I may have seen a demo of 
this about a month back. If it was that, it was pretty interesting...

Peter


---(end of broadcast)---
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]



RE: [HACKERS] CORBA and PG

2001-03-06 Thread Peter T Mount

Quoting Franck Martin [EMAIL PROTECTED]:

 I guess these stubs are for accessing PG as a corba server...
 
 I'm trying to look to see if I can store CORBA objects inside PG, any
 ideas...

Although I've not tried it (yet) it should be possible to access Java EJB's 
from corba.

If so, then using an EJB server (JBoss www.jboss.org) you could then store them 
as Entity beans. Each one would then have its own table in the database.

Peter

 
 Franck Martin
 Network and Database Development Officer
 SOPAC South Pacific Applied Geoscience Commission
 Fiji
 E-mail: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 
 Web site: http://www.sopac.org/
 http://www.sopac.org/ Support FMaps: http://fmaps.sourceforge.net/
 http://fmaps.sourceforge.net/ 
 
 This e-mail is intended for its addresses only. Do not forward this
 e-mail
 without approval. The views expressed in this e-mail may not be
 necessarily
 the views of SOPAC.
 
 
 
 -Original Message-
 From: Peter T Mount [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, 6 March 2001 3:52 
 To: Franck Martin
 Cc: PostgreSQL List
 Subject: Re: [HACKERS] CORBA and PG
 
 
 Quoting Franck Martin [EMAIL PROTECTED]:
 
  Does anyone has pointers on CORBA and PostgreSQL?
  
  What is the story ?
 
 There's some old stubs for one of the orbs somewhere in the source
 (C/C++)
 
 Also the old JDBC/Corba example is still there 
 (src/interfaces/jdbc/example/corba)
 
 Peter
 
 
 -- 
 Peter Mount [EMAIL PROTECTED]
 PostgreSQL JDBC Driver: http://www.retep.org.uk/postgres/
 RetepPDF PDF library for Java: http://www.retep.org.uk/pdf/
 



-- 
Peter Mount [EMAIL PROTECTED]
PostgreSQL JDBC Driver: http://www.retep.org.uk/postgres/
RetepPDF PDF library for Java: http://www.retep.org.uk/pdf/

---(end of broadcast)---
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]



[HACKERS] CORBA and PG

2001-03-05 Thread Franck Martin

Does anyone has pointers on CORBA and PostgreSQL?

What is the story ?

Cheers...
[EMAIL PROTECTED]


---(end of broadcast)---
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])



Re: [HACKERS] CORBA and PG

2001-03-05 Thread Peter T Mount

Quoting Franck Martin [EMAIL PROTECTED]:

 Does anyone has pointers on CORBA and PostgreSQL?
 
 What is the story ?

There's some old stubs for one of the orbs somewhere in the source (C/C++)

Also the old JDBC/Corba example is still there 
(src/interfaces/jdbc/example/corba)

Peter


-- 
Peter Mount [EMAIL PROTECTED]
PostgreSQL JDBC Driver: http://www.retep.org.uk/postgres/
RetepPDF PDF library for Java: http://www.retep.org.uk/pdf/

---(end of broadcast)---
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to [EMAIL PROTECTED] so that your
message can get through to the mailing list cleanly



RE: [HACKERS] CORBA and PG

2001-03-05 Thread Franck Martin

I guess these stubs are for accessing PG as a corba server...

I'm trying to look to see if I can store CORBA objects inside PG, any
ideas...

Franck Martin
Network and Database Development Officer
SOPAC South Pacific Applied Geoscience Commission
Fiji
E-mail: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 
Web site: http://www.sopac.org/
http://www.sopac.org/ Support FMaps: http://fmaps.sourceforge.net/
http://fmaps.sourceforge.net/ 

This e-mail is intended for its addresses only. Do not forward this e-mail
without approval. The views expressed in this e-mail may not be necessarily
the views of SOPAC.



-Original Message-
From: Peter T Mount [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, 6 March 2001 3:52 
To: Franck Martin
Cc: PostgreSQL List
Subject: Re: [HACKERS] CORBA and PG


Quoting Franck Martin [EMAIL PROTECTED]:

 Does anyone has pointers on CORBA and PostgreSQL?
 
 What is the story ?

There's some old stubs for one of the orbs somewhere in the source (C/C++)

Also the old JDBC/Corba example is still there 
(src/interfaces/jdbc/example/corba)

Peter


-- 
Peter Mount [EMAIL PROTECTED]
PostgreSQL JDBC Driver: http://www.retep.org.uk/postgres/
RetepPDF PDF library for Java: http://www.retep.org.uk/pdf/

---(end of broadcast)---
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]