Ask HN: What web framework(s) do you guys use?
101–110 of 142 posts
Re: Ask HN: What web framework(s) do you guys use?
#102Re: Ask HN: What web framework(s) do you guys use?
#103Django, because it has magical powers, who can beat that?
So I'm using a very small dispatcher Servlet to pass JSON messages on to POJOS and do all the templating in the browser using jquery.
I'm bored to death (and rather annoyed) by Java so I'm always looking for alternatives that support my architecture.
Re: Ask HN: What web framework(s) do you guys use?
#104Never used a framework and never will. I know how to code. I do my own sites and don't use others or have others do my work for me.
Re: Ask HN: What web framework(s) do you guys use?
#105Re: Ask HN: What web framework(s) do you guys use?
#106Re: Ask HN: What web framework(s) do you guys use?
#107WebObjects. I don't like Java, or Eclipse, which makes it an odd choice, but it was Rails before Rails, and still has a lot of advantages over it. The ORM works hand-in-hand with the framework to do proper persistence, and while I rage against the tools sometimes, they're still better than being dumped back at a texteditor. If only Apple would give it some more love, it'd be killer.
Re: Ask HN: What web framework(s) do you guys use?
#108Re: Ask HN: What web framework(s) do you guys use?
#109If you do it yourself, does it count as a framework? Server: python, postgresql, cherrypy, simplejson Client: Javascript, HTML, CSS, Dojo, AJAX. All the HTML is loaded up front and then AJAX for all the rest. Dojo insulates me from browser quirks. TDD Python is what I use at work (and love) and is good for complex algorithms (language morphology, in arabic). I don't use an all-encompassing framework because I need to…
I'll never understand why people use DoJo. Its greatest strength are all the "widgets" i guess you'd call them. However they are all not created equal. Some are well polished and deliver acceptable performance levels and other times they are just demos and hacks.