Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search archives
  Advanced Search

Re: [GENERAL] PGSQL and Javascript


  • From: Thomas Markus <t(dot)markus(at)proventis(dot)net>
  • To: Reg Me Please <regmeplease(at)gmail(dot)com>
  • Cc: pgsql-general(at)postgresql(dot)org, pgsql-interfaces(at)postgresql(dot)org
  • Subject: Re: [GENERAL] PGSQL and Javascript
  • Date: Fri, 30 Jan 2009 14:01:01 +0100
  • Message-id: <4982FA0D.2090909@proventis.net> <text/plain>

look at apache cocoon for serverside javascript (rhino engine)
you can direct access java classes. write all db stuff in java and access it from js

var dao = Packages.my.own.package.DAOController.findAll();
Packages.java.lang.System.out.println(dao.myproperty);


regards
thomas

Reg Me Please schrieb:
Hello all.

Is there a way to directly access PGSQL from a Javascript application?
With no application server intervention, I mean.
Just like libq allows access from C/C++.


Attachment: t_markus.vcf
Description: Vcard



Home | Main Index | Thread Index

Privacy Policy | About PostgreSQL
Copyright © 1996 – 2012 PostgreSQL Global Development Group