[vwnc] multiple concurrent store connections

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
7 messages Options
Reply | Threaded
Open this post in threaded view
|

[vwnc] multiple concurrent store connections

Stevenson, Dave (contr)
[vwnc] multiple concurrent store connections

In addition to proprietary code, we use some packages from the public repository. It seems a more clean separation to keep those repositories separate, rather than importing things from the public repository into our proprietary one. Is there any support for loading (for example, resolving prerequisites) from multiple store repositories?

I know the Glorp replicator can maintain connections to multiple repositories at the same time, but how about for just loading stuff?

Thanks,

Stevenson, Dave (contr) <[hidden email]>
972-946-4890


_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

Re: [vwnc] multiple concurrent store connections

Reinout Heeck-2
Stevenson, Dave (Contr) wrote:
>
> In addition to proprietary code, we use some packages from the public
> repository. It seems a more clean separation to keep those
> repositories separate, rather than importing things from the public
> repository into our proprietary one. Is there any support for loading
> (for example, resolving prerequisites) from multiple store repositories?
>
No, not that I'm aware of.

The only supported separation is between parcels vs pundles, so maybe
you can maintain the separation that way.

Otherwise you'll need to adjust your build script to explicitly switch
between repositories (which implies the build script needs to do prereq
analysis to avoid having to switch on demand).



R
-

_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

[vwnc] [7.6][Opentalk]How to specify location for public files

Carl Gundel
I posted this question on the Seaside mailing list, but then I realized that it's really a VW question.  I'm moving my software from Seaside 2.6 on the VisualWave web server to Seaside 2.8 on Opentalk.  How do I determine which folder public files are served from, and how do I programmatically tell Opentalk which folder to use to serve public files?

Thanks,

-Carl Gundel
http://www.runbasic.com

_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

[vwnc] Opentalk web server? Re: [7.6][Opentalk]How to specify location for public files

Carl Gundel
Well, I've been trying to figure this out, without luck.  For the simplest possible starting point, how would I create an instance of an Opentalk web server without Seaside that serves files on my local hard drive?

Carl

On Apr 20, 2009, at 8:55 AM, Carl Gundel wrote:

I posted this question on the Seaside mailing list, but then I realized that it's really a VW question.  I'm moving my software from Seaside 2.6 on the VisualWave web server to Seaside 2.8 on Opentalk.  How do I determine which folder public files are served from, and how do I programmatically tell Opentalk which folder to use to serve public files?

Thanks,

-Carl Gundel
http://www.runbasic.com
_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc


_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

Re: [vwnc] [7.6][Opentalk]How to specifylocation for public files

Boris Popov, DeepCove Labs (SNN)
1. Load Seaside
2. Create folder called 'files' in the same directory where your image lives
3. Place 'text.txt' in that folder
4. Navigate to 'http://localhost:7777/seaside/files/external/test.txt'
 
(bonus round)
 
5. Open Seaside>Settings
6. Clear "Root" setting
7. Stop/Start Seaside server
8. Navigate to 'http://localhost:7777/files/external/test.txt'
 
Hope this helps,

-Boris

--
+1.604.689.0322
DeepCove Labs Ltd.
4th floor 595 Howe Street
Vancouver, Canada V6C 2T5
http://tinyurl.com/r7uw4

[hidden email]

CONFIDENTIALITY NOTICE

This email is intended only for the persons named in the message header. Unless otherwise indicated, it contains information that is private and confidential. If you have received it in error, please notify the sender and delete the entire message including any attachments.

Thank you.

 


From: [hidden email] [mailto:[hidden email]] On Behalf Of Carl Gundel
Sent: Thursday, April 23, 2009 12:54 PM
To: VWNC
Subject: [vwnc] Opentalk web server? Re: [7.6][Opentalk]How to specifylocation for public files

Well, I've been trying to figure this out, without luck.  For the simplest possible starting point, how would I create an instance of an Opentalk web server without Seaside that serves files on my local hard drive?

Carl

On Apr 20, 2009, at 8:55 AM, Carl Gundel wrote:

I posted this question on the Seaside mailing list, but then I realized that it's really a VW question.  I'm moving my software from Seaside 2.6 on the VisualWave web server to Seaside 2.8 on Opentalk.  How do I determine which folder public files are served from, and how do I programmatically tell Opentalk which folder to use to serve public files?

Thanks,

-Carl Gundel
http://www.runbasic.com
_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc


_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

Re: [vwnc] [7.6][Opentalk]How to specifylocation for public files

Boris Popov, DeepCove Labs (SNN)
In reply to this post by Carl Gundel
[spelling correction]
 
3. Place 'test.txt' in that folder

-Boris

--
+1.604.689.0322
DeepCove Labs Ltd.
4th floor 595 Howe Street
Vancouver, Canada V6C 2T5
http://tinyurl.com/r7uw4

[hidden email]

CONFIDENTIALITY NOTICE

This email is intended only for the persons named in the message header. Unless otherwise indicated, it contains information that is private and confidential. If you have received it in error, please notify the sender and delete the entire message including any attachments.

Thank you.

 


From: Boris Popov
Sent: Thursday, April 23, 2009 1:10 PM
To: Carl Gundel; VWNC
Subject: Re: [7.6][Opentalk]How to specifylocation for public files

1. Load Seaside
2. Create folder called 'files' in the same directory where your image lives
3. Place 'text.txt' in that folder
4. Navigate to 'http://localhost:7777/seaside/files/external/test.txt'
 
(bonus round)
 
5. Open Seaside>Settings
6. Clear "Root" setting
7. Stop/Start Seaside server
8. Navigate to 'http://localhost:7777/files/external/test.txt'
 
Hope this helps,

-Boris

--
+1.604.689.0322
DeepCove Labs Ltd.
4th floor 595 Howe Street
Vancouver, Canada V6C 2T5
http://tinyurl.com/r7uw4

[hidden email]

CONFIDENTIALITY NOTICE

This email is intended only for the persons named in the message header. Unless otherwise indicated, it contains information that is private and confidential. If you have received it in error, please notify the sender and delete the entire message including any attachments.

Thank you.

 


From: [hidden email] [mailto:[hidden email]] On Behalf Of Carl Gundel
Sent: Thursday, April 23, 2009 12:54 PM
To: VWNC
Subject: [vwnc] Opentalk web server? Re: [7.6][Opentalk]How to specifylocation for public files

Well, I've been trying to figure this out, without luck.  For the simplest possible starting point, how would I create an instance of an Opentalk web server without Seaside that serves files on my local hard drive?

Carl

On Apr 20, 2009, at 8:55 AM, Carl Gundel wrote:

I posted this question on the Seaside mailing list, but then I realized that it's really a VW question.  I'm moving my software from Seaside 2.6 on the VisualWave web server to Seaside 2.8 on Opentalk.  How do I determine which folder public files are served from, and how do I programmatically tell Opentalk which folder to use to serve public files?

Thanks,

-Carl Gundel
http://www.runbasic.com
_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc


_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

Re: [vwnc] [7.6][Opentalk]How to specifylocation for public files

Carl Gundel
In reply to this post by Boris Popov, DeepCove Labs (SNN)
Thanks Boris, that really does help.  I appreciate it a lot!

Thanks also for the help others have been giving me here with this issue.  :-)

-Carl

On Apr 23, 2009, at 4:09 PM, Boris Popov wrote:

1. Load Seaside
2. Create folder called 'files' in the same directory where your image lives
3. Place 'text.txt' in that folder
 
(bonus round)
 
5. Open Seaside>Settings
6. Clear "Root" setting
7. Stop/Start Seaside server
 
Hope this helps,

-Boris

--
+1.604.689.0322
DeepCove Labs Ltd.
4th floor 595 Howe Street
Vancouver, Canada V6C 2T5
http://tinyurl.com/r7uw4

[hidden email]

CONFIDENTIALITY NOTICE

This email is intended only for the persons named in the message header. Unless otherwise indicated, it contains information that is private and confidential. If you have received it in error, please notify the sender and delete the entire message including any attachments.

Thank you.

 


From: [hidden email] [[hidden email]] On Behalf Of Carl Gundel
Sent: Thursday, April 23, 2009 12:54 PM
To: VWNC
Subject: [vwnc] Opentalk web server? Re: [7.6][Opentalk]How to specifylocation for public files

Well, I've been trying to figure this out, without luck.  For the simplest possible starting point, how would I create an instance of an Opentalk web server without Seaside that serves files on my local hard drive?

Carl

On Apr 20, 2009, at 8:55 AM, Carl Gundel wrote:

I posted this question on the Seaside mailing list, but then I realized that it's really a VW question.  I'm moving my software from Seaside 2.6 on the VisualWave web server to Seaside 2.8 on Opentalk.  How do I determine which folder public files are served from, and how do I programmatically tell Opentalk which folder to use to serve public files?

Thanks,

-Carl Gundel
http://www.runbasic.com
_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc



_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc