Re: Lisp user group culture



Robert Uhl wrote:
Well, you already known about the various free implementations, and see
my other post regarding web servers and HTML generation. CLSQL does a
pretty decent job interfacing with databases. Not certain what you mean
by image manipulation, but there are libraries for creating images, and
no doubt for editing/inspecting them as well.

Interfacing with Imagemagick would be sufficient. Actually, for my current needs, simply being able to invoke Imagemagick's convert command from within Lisp (e.g. backtick in Perl or Ruby) would be fine. I noticed a couple Imagemagick libs on the cliki.

Text manipulation is
simply handling strings, or see my post re. CL-PPCRE for regular
expressions if that's what you mean.

Yes, I believe CL_PPCRE would do nicely.

Authentication and encryption in a
web app should be handled by the webserver, no?

Some REST folks would say yes wrt having the web server handle authentication, I prefer to have the app handle it. The web server will handle encryption of traffic via SSL, but I need to encrypt data in the database, so a robust library for handling AES, SHA and other acronyms would be great. Ironclad seems to be the only thing providing AES on the cliki.

But if not, libraries
exist for encryption--simple authentication is too easy to worry about
(hash table of user names and passwords, no?).

Sure, add a pinch of salt and hash...

For packaging &
deployment see ASDF and ASDF-INSTALL.

I meant remote deployment - something like capistrano. Not a big deal, but would make things easier to update remote hosts with new code.

No idea about credit card
processing. You shouldn't need to worry about sockets when writing a
web app (that's for the web framework or Apache to handle),

On rare occasions, the web app needs to make requests on a socket.

but
obviously socket support is there. Not certain what you mean by 'web
service protocols.'

XML-RPC, SOAP (ugh!)


Hope my notes are useful to you.

Thanks
.



Relevant Pages

  • Re: large data transfer between 2 processes
    ... I think you have to optimize your code;-) and databases. ... I have a web server which query a mySql database. ... >> I thought to open a pipe between the current daemon and the PHP. ... > First of all you need to determine why the slowdown occurs. ...
    (comp.lang.php)
  • Re: Multi Site Hosting
    ... put it on another machine running windows web server 2003 and direct the ... > I would expect to use databases for content when i have things working ... > but i was thinking of having this on another machine running SQL MSDE ... >> to not use your SBS for web sites exposed to the internet and better to ...
    (microsoft.public.windows.server.sbs)
  • aspnet._wp.exe could not be started
    ... I'm attempting to use a web app that has been set up by a third party ... request failure can be found in the application event log of the web server. ... This error can be caused when the worker process account has ... .NET Framework is correctly installed and that the ACLs on the installation ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Need to write my first web application - scratching head
    ... If you write this as a web app, you'll need a web server. ... from PHP you have only partial control over how the page ... And I did suspect that the printing requirement and the single-machine ...
    (comp.lang.php)
  • Re: small data needed - suggestions?
    ... Since this is a web app...then the web server talking to an ... obituaries, etc... ... My ISP only allows me a certain # of SQL Server dbs. ...
    (microsoft.public.dotnet.framework.aspnet)