<div dir="ltr">Hi I've built a web application using in memory persistence, but I separated the code to create the web interface in this package: <a href="https://github.com/gstn-caruso/cuis-web">https://github.com/gstn-caruso/cuis-web</a><div><br></div><div>Also I've found that there is <a href="https://github.com/hhzl/Cuis-SQLite">https://github.com/hhzl/Cuis-SQLite</a> to connect to sqlite I tried and it still working, I don't know if there is something for mysql or postgres.<br><br>I hope it helps.</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">El mié., 22 abr. 2020 a las 23:07, Juan Vuletich via Cuis-dev (<<a href="mailto:cuis-dev@lists.cuis.st">cuis-dev@lists.cuis.st</a>>) escribió:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 4/21/2020 4:19 PM, Dan Norton via Cuis-dev wrote:<br>
> Yikes! The first thing in GettingStarted is:<br>
><br>
> <a href="https://github.com/Cuis-Smalltalk-Learning?tab=repositories" rel="noreferrer" target="_blank">https://github.com/Cuis-Smalltalk-Learning?tab=repositories</a><br>
><br>
> which gets a 404. It should be:<br>
><br>
> <a href="https://github.com/Cuis-Smalltalk/Learning-Cuis" rel="noreferrer" target="_blank">https://github.com/Cuis-Smalltalk/Learning-Cuis</a><br>
><br>
>   - Dan<br>
><br>
> On Tue, 21 Apr 2020 11:33:20 -0300<br>
> Juan Vuletich via Cuis-dev<<a href="mailto:cuis-dev@lists.cuis.st" target="_blank">cuis-dev@lists.cuis.st</a>>  wrote:<br>
><br>
>> Hi Giorgio,<br>
>><br>
>> Welcome to Cuis!<br>
>><br>
>> On 4/21/2020 10:23 AM, giorgio ferraris via Cuis-dev wrote:<br>
>>> Sorry, just sent a bit early..<br>
>>><br>
>>> Hi, Everybody ,<br>
>>><br>
>>> I'm looking at Cuis as a possible target for doing some development<br>
>>> (I'm a long time Smalltalk user, and the minimalist approach of<br>
>>> Cuis is tempting me...) It's just some experiment but it needs<br>
>>> support for some basic infrastructure:<br>
>>> *webServer *: I will expose REST services but all the stuff needed<br>
>>> is just a request and an answer object to play with (reading query<br>
>>> parameters, HTTP headers, and so on), all the REST /JSON stuff is<br>
>>> implemented on my code<br>
>>> *database connectivity*: low level connectivity, just a way to<br>
>>> execute SQL command, commit and rollback to Postgres and some other<br>
>>> SQL databases<br>
>>><br>
>>> *FTP/FTPS support * : would be nice to have.<br>
>>> *TCP/IP* connections: would be nice also<br>
>>><br>
>>> can you kindly tell me if this kind of stuff is present on Cuis and<br>
>>> where to find info about it? or it should be on some way reverse<br>
>>> engineered from Squeak or Pharo?<br>
>>><br>
>>> thanks a lot<br>
>>><br>
>>> giorgio<br>
>> I assume you have set up Cuis by cloning our GitHub repo<br>
>> <a href="https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-Dev" rel="noreferrer" target="_blank">https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-Dev</a> . If not, take a<br>
>> look at<br>
>> <a href="https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-Dev/blob/master/Documentation/GettingStarted.md" rel="noreferrer" target="_blank">https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-Dev/blob/master/Documentation/GettingStarted.md</a><br>
>> .<br>
>><br>
>> Then check<br>
>> <a href="https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-Dev/blob/master/Documentation/AdditionalPackagesForCuis.md" rel="noreferrer" target="_blank">https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-Dev/blob/master/Documentation/AdditionalPackagesForCuis.md</a><br>
>> . At least a quick glimpse to the other .md files is a good idea.<br>
>><br>
>> Now, just evaluate<br>
>> Feature require: 'WebClient'.<br>
>> and start exploring it, including the requirements (the other<br>
>> packages that got loaded automatically).<br>
>><br>
>> Cheers,<br>
>><br>
<br>
Fixed now.<br>
<br>
Thanks!<br>
<br>
-- <br>
Juan Vuletich<br>
<a href="http://www.cuis-smalltalk.org" rel="noreferrer" target="_blank">www.cuis-smalltalk.org</a><br>
<a href="https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-Dev" rel="noreferrer" target="_blank">https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-Dev</a><br>
<a href="https://github.com/jvuletich" rel="noreferrer" target="_blank">https://github.com/jvuletich</a><br>
<a href="https://www.linkedin.com/in/juan-vuletich-75611b3" rel="noreferrer" target="_blank">https://www.linkedin.com/in/juan-vuletich-75611b3</a><br>
@JuanVuletich<br>
<br>
-- <br>
Cuis-dev mailing list<br>
<a href="mailto:Cuis-dev@lists.cuis.st" target="_blank">Cuis-dev@lists.cuis.st</a><br>
<a href="https://lists.cuis.st/mailman/listinfo/cuis-dev" rel="noreferrer" target="_blank">https://lists.cuis.st/mailman/listinfo/cuis-dev</a><br>
</blockquote></div>