frameworks

Forcing an a web app to use .net framework 1.1

We have a web app depending on the installation of .net framework 1.1. If the user install .net framework 2.0 as an add on or if the user only has .net framework 2.0 installed, certain functionalities are broken resulting in an errormessage starting with :" Message: Request for the permission of type 'system.net.WebPermission,System, Ve...

What is the most designer friendly web framework?

As a programmer with zero design skills and a loathing for cross browser layout issues, what web frameworks have the best separation of layout code from business code? Ideally the distinction between business code and layout code should be clear cut (as in separate source files, as well as logically), with the layout code easily underst...

What Java framework would you use with Google App Engine?

It's been a while since I've done any website with with Java, and am wondering what framework options are out there for Google App Engine. What framework would you suggest for someone who has no real preference? I like Ruby On Rails, and am getting into Django, and like that as well. Professionally I'm a ASP.NET developer so I have th...

Running multiple web frameworks on one machine?

I want to start experimenting with all these different web frameworks that are available. I was wondering if they could all run in one machine at the same time? I know that all my database services can all run at the same time, along with the Javascript frameworks, but what about something like Rails and Java applications? Can those pl...

Is this online tutorial a good starting point for creating a PHP5 framework for learning reasons?

I have found this tutorial online http://net.tutsplus.com/tutorials/php/creating-a-php5-framework-part-1/ I have created myself a simple sort of framework, but I have not been too knowledgeable whether I have followed best practices and the like... which I really would like to do. I am looking at making my framework more unified by th...

Best Java web application framework for a PHP developer?

I had been life long PHP developer. But am now forced to write in Java (or at least on JVM) the final version of a prototyped PHP web application. Would like to add that I am not quite unfamiliar with Java. Wrote applets in the old days. Besides, am familiar with most other scripting languages, plus RoR. But web app in Java is making m...

Functional Style Web Frameworks

All the web frameworks that I have seen mostly follow the OO paradigm. Are there any web frameworks in Python or Ruby which follow the FP style? ...

Making life better by not using Java web frameworks?

I'm so tired of having to learn yet another Java web framework every other day. JSP, Struts, Wicket, JSF, JBoss Seam, Spring MVC to name just a few - all this countless frameworks out there try to address the same issues. However, none of them really solves the fundamental problems - that's why there are still coming up more and more new...

What's your experience of Microsoft Application Blocks

What is your real world experience with the Microsoft Application Blocks and other Microsoft solutions as opposed to writing your own solutions? I started a new project and decided to give them a go. I used the exception handling and logging blocks. The exception handling block works well for what I needed. The logging block did 95% o...

Integration test framework?

I am looking for a test framework to cover our black box integration tests. We need something that is scriptable by non developers (aka not C# unit test type stuff). The initial scenarios I have in mind are: Restore known DB Run sql agent job (ETL) Execute validation sql scripts against output DB and Run msi install Check exista...

Which PHP Web framework for Firebird?

Is there any PHP web framework that works cleanly with the Firebird database? By "cleanly", I mean out-of-the-box, no hacks/customization/self-made drivers. So far, I've checked out frameworks like CodeIgniter & CakePHP, but their support for Firebird is vague or little at most. ...

Which MVC framework

The following criteria has to be met: stable release (>= 1.0) strong community (e.g. lots of forum posts) active development (new releases coming out reasonably often) good documentation important: support (plugin, library, component) for embedding videos (videos will be hosted on local server, not on public video service provider). Ex...

Sensible defaults for configuration

I've recently started to play with Ruby on Rails which favours convention over configuration and relies on sensible defaults to tie various aspects of the application together. I was thinking that it might be useful if this concept of sensible default configuration was used in general configation for various frameworks then it might sav...

Java Plugin Framework that will only load from sealed JARS

I am looking to load a JAR at runtime but want loading to fail if the JARs aren't either signed nor sealed. I know that Java JCE has this capability when loading new crypto algorithms. Do any of the plugin frameworks already support this functionality? Otherwise, what is the best approach? ...

What is a PHP Framework?

Ive never heard of this before, and I have been coding in PHP for quite some time. I actually feel kind of stupid asking this question but, what is a PHP Framework? How can it help me? and how do I use one? ...

What HTTP framework to use for simple but scalable app?

What HTTP framework should I use for a simple application with implied scalability, priferable Pythonic? I would like to be able to smoothly add new features to my app when it has already been deployed. ...

Which frameworks by Microsoft are not well known and are well worth exploring in depth?

It seems that some Microsoft frameworks are only known by name and reputation, not by content or usefulness. Especially with the rise of open source frameworks they sometimes get a bit unpopular. Which frameworks by Microsoft are not well known and are well worth exploring in depth? What is their reputation and area of usefulness? ...

What should i choose? jquery, mootools, yui, scriptaculous or prototype?

Duplicate: Which Javascript framework (jQuery vs Dojo vs … )? I am totally new to javascript, but i want to implement ajax features into my website. Which JS framework should i learn? Please recommend or which one you are using and why you use it? ...

How do various Java frameworks for web application design tie together

Hi All, I am a newbie to Java Web Application development. So far all I have used are plain old servlets, jdbc and jsps. I started to read about all the frameworks and I am totally confused and lost in the swarm of frameworks? So here are some questions I have: Are EJB3 and Hibernate competing technologies or can they be used together...

Best Java web architecture book / website?

What is a good book or website that describes the different elements of a Java based web applications architecture? I would like to see a polished treatment of what frameworks are good for the front end, business logic, data storage, and other components. In what contexts they do well in and how well they interact together. ...