| 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: PGSQL and Javascript |
| Date: | 2009-01-30 13:01:01 |
| Message-ID: | 4982FA0D.2090909@proventis.net |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general pgsql-interfaces |
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 | Content-Type | Size |
|---|---|---|
| t_markus.vcf | text/x-vcard | 266 bytes |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Sean Davis | 2009-01-30 13:02:20 | Re: [INTERFACES] PGSQL and Javascript |
| Previous Message | Scara Maccai | 2009-01-30 12:59:09 | arrays and block size |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Sean Davis | 2009-01-30 13:02:20 | Re: [INTERFACES] PGSQL and Javascript |
| Previous Message | Miha D. Puc | 2009-01-30 12:52:11 | Re: [INTERFACES] PGSQL and Javascript |