I was just going thru the VAST documentation and was trying to understand VAST Web services in relation to Seaside
-- (I have worked on an application developed with Seaside on Pharo) Is VAST Web Services something similar / overlapping to Seaside or do they have different purposes. Thanks Sanjay You received this message because you are subscribed to the Google Groups "VA Smalltalk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/va-smalltalk/c3809ffa-49e3-4e67-ac75-593794e5f69c%40googlegroups.com. |
On Sun, Dec 1, 2019 at 9:00 AM Sanjay Minni <[hidden email]> wrote:
Greetings Sanjay, VAST Web Services are a completely different set of tools than Seaside. The former is specific to web services (WSDL, SOAP, etc..) while the latter is about Web Development. The only small point in common I see is that somehow both provide a way to provide a service over the "wire". This is because within Seaside, there is a small part which allows you to provide REST services via HTTP (which you can answer JSON or whatever)... So... from that regard, providing a REST service vs Web Service is somehow related/similar. Have a nice weekend, Best, Mariano Martinez Peck Software Engineer, Instantiations Inc. Email: [hidden email] Twitter: https://twitter.com/MartinezPeck Blog: https://marianopeck.wordpress.com/You received this message because you are subscribed to the Google Groups "VA Smalltalk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/va-smalltalk/CAOUkibG0ZQKnBAkazy5j%2BhECv5PU40VTsn7YmL%2BPsQXZtW0VMw%40mail.gmail.com. |
Thanks Mariano,
-- Let me put it this way which products / libraries should i look at to develop a hosted / web based business application using VAST ? - Seaside - any others I was trying to find some examples in the VAST 9.2 docs regards Sanjay On Monday, 2 December 2019 01:52:43 UTC+5:30, Mariano Martinez Peck wrote:
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/va-smalltalk/8535f16d-b744-4121-84b4-be38949e1b71%40googlegroups.com. |
On Sun, Dec 1, 2019 at 10:27 PM Sanjay Minni <[hidden email]> wrote:
Hi Sanjay, Yes, I would say Seaside is a good first start. You can combine it with Twitter Bootstrap which is in http://vastgoodies.com/ One comment is that all the #call: and #answer: philosophy of Seaside seems already outdated to today's standards. One of the reasons is that such behavior uses full page requests, which everybody tries to avoid now. So...at the very least, you would want to make your application with AJAX everywhere. But... if you are starting from scratch, I would use other 3er parties tools build on top of Seaside for that purpose, such a Willow (which even runs on VAST): https://github.com/ba-st/Willow Finally, there are some examples of Seaside in the docs but those are mostly about how to package VAST to make really small runtime images for production. As for Seaside itself, you have many books around in their website. Best, Mariano Martinez Peck Software Engineer, Instantiations Inc. Email: [hidden email] Twitter: https://twitter.com/MartinezPeck Blog: https://marianopeck.wordpress.com/You received this message because you are subscribed to the Google Groups "VA Smalltalk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/va-smalltalk/CAOUkibG9ZWFA%3D8xD95RJQoj1u1D%3D0_9FOPxFYtfJaqK3F11c8A%40mail.gmail.com. |
Hi Mariano, how do I get Willow to install and run in VAST
On Mon, 2 Dec 2019 at 21:04, 'Mariano Martinez Peck' via VA Smalltalk <[hidden email]> wrote:
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/va-smalltalk/CAMpxBonJvCMknrgqCkQoUJ8ac9jaSXLs6YrLPNc9SgyTxieWUg%40mail.gmail.com. |
Free forum by Nabble | Edit this page |