Hi Guys: I'm working in a project to write a SDK for use Latch with Pharo. Latch [1] is a product/service to add a degree of security to web applications and is developed and marketed by 11Paths [2] , a company from Telefónica. It provides very interesting security services [3] but they do not have a Smalltalk SDK (Only Ruby, PHP, Java, .NET, Python, C and PowerShell) then I think that I could write a Pharo SDK and a reference (example) implementation in Seaside, to bring to the Pharo community an interesting tool to add more protection to the Pharo web applications. Do you think that this SDK could be of interest for the community? Are you using other tools different of Latch to add security to your web applications? Your opinion will be of great help. Thanks. [1] https://latch.elevenpaths.com/www/index.html [2] https://www.elevenpaths.com/index.html [3] https://latch.elevenpaths.com/www/why.html -- Saludos / Regards, Germán Arduino www.arduinosoftware.com
Looks very interesting and innovative. As a Seasider, I welcome that! Phil. Le 31 août 2014 23:32, "Germán Arduino" <garduino@gmail.com> a écrit :
Hi Guys:
I'm working in a project to write a SDK for use Latch with Pharo. Latch [1] is a product/service to add a degree of security to web applications and is developed and marketed by 11Paths [2] , a company from Telefónica.
It provides very interesting security services [3] but they do not have a Smalltalk SDK (Only Ruby, PHP, Java, .NET, Python, C and PowerShell) then I think that I could write a Pharo SDK and a reference (example) implementation in Seaside, to bring to the Pharo community an interesting tool to add more protection to the Pharo web applications.
Do you think that this SDK could be of interest for the community? Are you using other tools different of Latch to add security to your web applications?
Your opinion will be of great help.
Thanks.
[1] https://latch.elevenpaths.com/www/index.html [2] https://www.elevenpaths.com/index.html [3] https://latch.elevenpaths.com/www/why.html
-- Saludos / Regards, Germán Arduino www.arduinosoftware.com
Thanks Phil! Your opinion is very encouraging to me! Cheers. -- View this message in context: http://forum.world.st/Latch-for-Pharo-Opinion-needed-tp4775525p4775536.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
garduino wrote
a product/service to add a degree of security to web applications
I don't know anything about Latch specifically, but I've been at a loss when writing Smalltalk web apps for a pre-packaged solution to this common problem, and would really appreciate a standard, well-tested option! One tiny request - it would be great if you could make it framework-agnostic. Now that we have e.g. Amber and Seaside, it's frustrating that many great web libraries are coupled to Seaside and can not be used in Amber. I've been dreaming about extracting a common HTML tag library... Thanks :) ----- Cheers, Sean -- View this message in context: http://forum.world.st/Latch-for-Pharo-Opinion-needed-tp4775525p4775539.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
Thanks for your opinion Sean. I agree that this sort of solution is a must in our days. My idea is develop the SDK in a way that be the more agnostic as possible, but I not think in Amber yet. Thanks for the suggestion. Cheers. -- View this message in context: http://forum.world.st/Latch-for-Pharo-Opinion-needed-tp4775525p4775540.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
On 31.08.2014, at 23:32, Germán Arduino <garduino@gmail.com> wrote:
Hi Guys:
I'm working in a project to write a SDK for use Latch with Pharo. Latch [1] is a product/service to add a degree of security to web applications and is developed and marketed by 11Paths [2] , a company from Telefónica.
It provides very interesting security services [3] but they do not have a Smalltalk SDK (Only Ruby, PHP, Java, .NET, Python, C and PowerShell) then I think that I could write a Pharo SDK and a reference (example) implementation in Seaside, to bring to the Pharo community an interesting tool to add more protection to the Pharo web applications.
Do you think that this SDK could be of interest for the community?
Sounds like a great idea. As Sean said, having a reference implementation would also help a lot when similar services come along. So yes, go for it!
Are you using other tools different of Latch to add security to your web applications?
Your opinion will be of great help.
Thanks.
[1] https://latch.elevenpaths.com/www/index.html [2] https://www.elevenpaths.com/index.html [3] https://latch.elevenpaths.com/www/why.html
-- Saludos / Regards, Germán Arduino www.arduinosoftware.com
Thanks for the opinion Max. -- View this message in context: http://forum.world.st/Latch-for-Pharo-Opinion-needed-tp4775525p4775598.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
participants (5)
-
garduino -
Germán Arduino -
Max Leske -
phil@highoctane.be -
Sean P. DeNigris