[Cuis-dev] what is available on CUIS?

giorgio ferraris giorgio.ferraris at gmail.com
Thu Apr 23 15:17:17 PDT 2020


hi, Gaston,

so this means that there is some kind of web infrastructure . Nice to know.

ciao
giorgio

On Thu, Apr 23, 2020 at 7:43 PM Gastón Caruso via Cuis-dev <
cuis-dev at lists.cuis.st> wrote:

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


More information about the Cuis-dev mailing list