Re: Embeding HSQLDB in a standalone App

2015-05-20 Thread Bill Freeman
Can you access the js files via their static urls? Does your html load the js (e.g. in script tags)? Can you make it work with html accessed via file:/// type urls (keeping django out of the mix)? On Tue, May 19, 2015 at 10:06 PM, Robert librado wrote: > Anybody

Re: Embeding HSQLDB in a standalone App

2015-05-19 Thread Robert librado
Anybody understand how to connect Django and Jquery UI together I downloaded the Files and added to the site and added html and inserted the code yet it does not do the jquery motions like drag just comes out plain Ive done python manage.py collectstatic On Tue, May 19, 2015 at 7:57 PM, Russell

Re: Embeding HSQLDB in a standalone App

2015-05-19 Thread Russell Keith-Magee
On Tue, May 19, 2015 at 7:49 PM, Kapil Solanki wrote: > Hi All, > > I need to embed hsqldb in my project. I have been looking for solution > online but couldnt find a proper one. > BDW am new to django and python so its bit difficult also for me to search > the right

Re: Embeding HSQLDB in a standalone App

2015-05-19 Thread Kapil Solanki
Thanks for your reply Javier. You are right, it can be done using java. I can make use of Jython to invoke a java code but i am looking for python library if it is available for hsqldb. I wish i could change my project to java but thats not an option for now. On Tuesday, May 19, 2015 at 7:15:14

Re: Embeding HSQLDB in a standalone App

2015-05-19 Thread Javier Guerra Giraldez
On Tue, May 19, 2015 at 6:49 AM, Kapil Solanki wrote: > I need to embed hsqldb in my project. I have been looking for solution > online but couldnt find a proper one. AFAICT, hsqldb is a Java library, you need a Java program to call it. Maybe it's possible to call the

Embeding HSQLDB in a standalone App

2015-05-19 Thread Kapil Solanki
Hi All, I need to embed hsqldb in my project. I have been looking for solution online but couldnt find a proper one. BDW am new to django and python so its bit difficult also for me to search the right solution. Please suggest if there is any hsqldb llibraries or any module for django app