web-frameworks

Which companies/websites are using the wicket framework?

I am currently evaluating wicket for the use of a rich intranet application, and I am very curious if there are big projects/websites which take the use of the apache wicket framework? There are only a few mentioned on the wicket homepage. (Beside that, I am only aware of a big german publisher for scientific literature which uses wicke...

What next-generation web app frameworks exist? How do they go beyond RoR, Django, etc.?

Currently, the most popular web-app frameworks include Ruby-on-Rails, Django, and various PHP frameworks like Drupal and Joomla. However, I've been reading up on some "next-generation" web app frameworks that claim to approach web development differently. Perhaps the best known example is the Seaside framework, built on the Smalltalk...

What web technologies and frameworks are used for kayak.com ?

As a matter of curiosity, what web technologies and frameworks are powering kayak.com ? ...

Java Web Application Frameworks, keeping Mobile Phones in mind

There are about as many questions on this site about Java web application frameworks as there are frameworks themselves, but I'll try to make this question as specific as possible. I'm developing web applications to mirror my company's Java applications. (Unfortunately, they don't have pure presenter layers so I can't just make another ...

quickest, and least maintenance way to build a website?

Hello All, I'm a Database guy, and I'm trying build an application and for it I need build a website as front end. I need to take input from pages after uses logs in, store it in the database, and retrieve it later based on user searches...I'll have to mine the data and display it too. I think this is what most sites do. Since I'm a da...

which web framework gives more functionality for free?

Hello there, I'm using codeigniter for a little time and I find it really good, but sometimes it's difficult to find pre-cooked examples on the web that will guide me on what I want to do...so my question is which web framework(independent of language) will offer more examples, better tutorials and more resources in general?thanks in adv...

Mature Clojure web frameworks?

What are the current choices of mature Clojure web frameworks? I am looking for some kind of feature matrix telling me what the popular frameworks support and to what extent, including: Response templating (response written in Clojure or in some other markup - e.g. like JSP with Tiles) HTTP sessions REST with automatic mapping of URLs ...

How to use Netbeans IDE 6.9 for Scala-Lift development? (i.e: setup, initial settings, workflows, etc)

I am thinking to try developing web using Scala-Lift framework. I have installed Scala 2.8, Netbeans 6.9, and Scala Plugin for Netbeans on my Ubuntu 10.04 machine. Since I am really new to Scala and Lift, I wonder if there are any good Scala-Lift getting-started tutorials specific to my development environment. Thanks you in advance. ...

What is the best php framework to learn?

Possible Duplicate: What PHP framework would you choose for a new application and why? Hi guys.. I am trying to learn some php framwork..I know Zend is pretty good but its hard for the beginner. Are there any recommended framework that you guys like? I am thinking about starting from cakephp. Thanks for any advises. ...

Struts2 Basic doubts

Hi, Im new to Struts2.... I have some few doubts below... a) In Struts2, how does application finds struts.xml?? (we dnt define struts.xml in web.xml file unlike in Struts1 which we define struts-config.xml in web.xml file, so how its going to see that struts.xml file) b) why dont we write "extends ActionSupport" for our "Action" cla...

What are the best frameworks to use for web develpment?

Possible Duplicate: Best Web applications framework for Java? Hello I'm getting into Web application development and was wondering what would be the best frameworks to work with that's relevant to current practice(s) and dev paradigms. I was reading an old book (circa 2006) on JSP and server pages and eventually got an old we...

PHP framework for building a CMS, session and REST

I'm working on a CMS for some of our projects, but would like to ease the work a bit by using a framework. This is what I need from a framework: A framework that implements basic things like session management for me. Is there one? A framework that supports REST. Is there one? A framework that doesn't cause my CMS to break when the fr...

What are the implications of node.js?

Hey guys, I've been reading about node.js lately. I've seen many articles about how it's really great and all from some prominent people. Given the inertia that this project seems to have, and that I am currently learning javascript and jQuery, the project has gotten my attention. I get that many people are excited about it, but I don't ...

Are there any alternatives to PHP?

Summary: Are they any similarly open-ended web frameworks aside from ASP.NET and Coldfusion? Will I be able to find them on a budget web-host? Yes, this title sounds ridiculous! I know there are other web frameworks out there, but PHP seems very open-ended when it comes to how one can go about about making a web application. I've played...

Are there any alternatives to PHP?

Summary: Are they any similarly open-ended web frameworks aside from ASP.NET and Coldfusion? Will I be able to find them on a budget web-host? Yes, this title sounds ridiculous! I know there are other web frameworks out there, but PHP seems very open-ended when it comes to how one can go about about making a web application. I've played...

WSGI based Python web frameworks

I keep hitting road blocks with Django and have read about Pylons. Pylons seemed to be exactly what I needed (greener grass), but then I realized that they have global variables all over the place and loads of black magic infused by dark spirits (spirits so dark that they even kill unicorns). Is there anything out there that is enterpri...

Choosing a web application framework (using Node.js)

I've recently "discovered" Node.js, and after I was finished having my mind blown, I started looking for a web application framework like Django or Codeigniter that uses Node.js. The main reasons I found online for using a Node.js-based framework were: Impressive scalability and speed, especially regarding simultaneous connections Same...

Any disadvantage to using Zend for a very small website

I'm using Zend and want to know if there's any disadvantages to using it for a small website. The website is maybe 4 pages: a couple of forms and a couple of static pages. Will Zend still speed up development for such a small website? or the opposite? Does the whole bootstrapping flow and MVC structure and routing overburden performa...

Web Application Development for a Beginner

Hey guys, I'm primarily a front end developer and I've been meaning to get into server side development. I'm not new to programming per se [I've been doing a fair bit of programming for the past couple years] but I'm fairly new to server side development. I've dabbled with PHP in the past and have used it to construct spartan websites...

Technologies to use for a project done in a small startup company

About the project It's a RIA project where lots of widgets are needed specifically: trees tables layouts etc. My primary targets with the project are: get first version done very fast(this is most important) make the app run very fast(this is also very important) to be accessible also on mobile phones(which have slow processors) ...