<div dir="ltr">Hi, Juan, <div>Thanks, and just one thing I own you: you did and do a very nice job ! </div><div><br></div><div>I haven't yet started Cuis, was just looking around to see what is available, and being unable to find the answers myself, asked the community.</div><div>This week-end I'll start looking at the whole thing... Your info seems a really nice starting point :)</div><div><br></div><div>Just another quick question: porting packages from squeak is something still quite easy or the fork is creating a steep path?</div><div><br></div><div>thanks again</div><div><br></div><div>giorgio</div><div>..<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Apr 21, 2020 at 4:44 PM Juan Vuletich <<a href="mailto:juan@jvuletich.org">juan@jvuletich.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><u></u>

  
    
    
  
  <div bgcolor="#ffffff">
    Hi Giorgio,<br>
    <br>
    Welcome to Cuis!<br>
    <br>
    On 4/21/2020 10:23 AM, giorgio ferraris via Cuis-dev wrote:
    <blockquote type="cite">
      <div dir="ltr">
        <div><br>
        </div>
        <div>Sorry, just sent a bit early..</div>
        <div><br>
        </div>
        <div>Hi, Everybody ,</div>
        <div><br>
        </div>
        <div>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:</div>
        <div><b>webServer </b>: 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</div>
        <div><b>database connectivity</b>: low level connectivity, just
          a way to execute SQL command, commit and rollback to Postgres
          and some other SQL databases</div>
        <div><br>
        </div>
        <div><b>FTP/FTPS support </b> : would be nice to have.</div>
        <div><b>TCP/IP</b> connections: would be nice also</div>
        <div><br>
        </div>
        <div>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?</div>
        <div><br>
        </div>
        <div>thanks a lot</div>
        <div><br>
        </div>
        <div>giorgio</div>
      </div>
    </blockquote>
    <br>
    I assume you have set up Cuis by cloning our GitHub repo
    <a href="https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-Dev" target="_blank">https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-Dev</a> . If not, take
    a look at
    <a href="https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-Dev/blob/master/Documentation/GettingStarted.md" target="_blank">https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-Dev/blob/master/Documentation/GettingStarted.md</a>
    .<br>
    <br>
    Then check
    <a href="https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-Dev/blob/master/Documentation/AdditionalPackagesForCuis.md" target="_blank">https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-Dev/blob/master/Documentation/AdditionalPackagesForCuis.md</a>
    . 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
    packages that got loaded automatically).<br>
    <br>
    Cheers,<br>
    <pre cols="72">-- 
Juan Vuletich
<a href="http://www.cuis-smalltalk.org" target="_blank">www.cuis-smalltalk.org</a>
<a href="https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-Dev" target="_blank">https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-Dev</a>
<a href="https://github.com/jvuletich" target="_blank">https://github.com/jvuletich</a>
<a href="https://www.linkedin.com/in/juan-vuletich-75611b3" target="_blank">https://www.linkedin.com/in/juan-vuletich-75611b3</a>
@JuanVuletich</pre>
  </div>

</blockquote></div>