Re: How to include ClojureScript into HTML page?

2020-03-22 Thread nenad mitrovic
Ok. I will. Thank you. On Sun, Mar 22, 2020 at 4:42 PM Matching Socks wrote: > Feel free to post this kind of question to https://ask.clojure.org/, > where things are better organized. > > At the risk of not answering your specific question, I'd suggest you put > aside "Web development with

Re: WebApp authentication and authorization - up-to-date information?

2020-03-22 Thread Sean Corfield
Authentication is a serious business. Posting code examples for beginners to follow is likely to either be too complex to be a good example or too simple to be a good authentication process. Also, I think a lot of "the experienced users" are building real-world apps that are proprietary in

Re: WebApp authentication and authorization - up-to-date information?

2020-03-22 Thread Matching Socks
Dmitri Sotnikov's book "Web development with Clojure" includes an example. Do not be put out by books or primers dated a few years back. HTTP, Servlets, and Clojure have been quite stable. Likewise the basic facts of authentication and authorization, right? On Saturday, March 21, 2020

Re: Clojure 1.10 "Illegal Reflective Access Operation"

2020-03-22 Thread Matching Socks
Alan, consider JSoup too, if you can... Enlive offers both options, and, if memory serves, JSoup seemed the more capable with HTML5. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note

Re: How to include ClojureScript into HTML page?

2020-03-22 Thread Matching Socks
Feel free to post this kind of question to https://ask.clojure.org/, where things are better organized. At the risk of not answering your specific question, I'd suggest you put aside "Web development with Clojure" for matters of ClojureScript. (And regard with suspicion any template system

Re: WebApp authentication and authorization - up-to-date information?

2020-03-22 Thread iamDecim
I think this could be easily solved if some of the experienced users show more code. I'm 100% sure a few of them could grab http-kit/pedestal/immutant and give an example of basic authentication and even making a simple post and throwing it up on github then advertising it via Twitter or

Re: Clojure 1.10 "Illegal Reflective Access Operation"

2020-03-22 Thread Alan Thompson
I have included easy-to-use parsers of 3 types in the Tupelo library for 3 formats: - HTML: tupelo.parse.tagsoup - XML: tupelo.parse.xml - YAML: