frameworks

Java based web framework alternatives

Hello, I'm trying to pick a web framework that is Java based to start a new project and so far I'm having a bit of trouble deciding. I have been using plain GWT and I have to say that is very good, the architecture, the APIs and the docs are all very good, but I lack the knowledge to apply CSS and prettify my widgets, so I need somethin...

Pantomime and Mail Frameworks? - Cocoa

Does the Pantomime Framework work for 10.5 or 10.6? Because when I look at the build error I get when compiling it says, it couldn't find the 10.4 sdk. If not, then does anyone know any other framework that works really well with 10.5 or 10.6, with an example? ...

Which web framework for someone who wants a job?

I want to learn a framework that promotes good programming practices and is respected by the programming community. However, I also want a framework that I can use for a day job. Which one would you recommend? This question comes from my experience of learning the basics of Django because it was highly acclaimed by developers on Stack...

Resources To Build a Framework

Hello, I'm thinking in create a framework, a little project with my friends, just to loose some time trying to build something, but we don't know where and how to start, then we are needing to know two things: Which languages is possible to do this? Where we can found some resources to begin(tutorials, sources...)? All types of help...

Yii framework - what is the file ".yii" in some folders

There is ".yii" file in the following folders: /assets/ /images/ /protected/commands/shell/ /protected/extensions/ /protected/messages/ /protected/runtime/ /protected/views/system/ /themes/classic/views/layouts/ /themes/classic/views/site/ /themes/classic/views/system/ What is it? ...

Javascript + MVC + UI

Hey! I'm looking for fresh ways of programming in javascript. My goal is to create javascript application like GMail. I tried GWT but it seams so complicated and the code isn't stylish. I found MVC patteren to be a good way of programming. I always have problems organizing the code in javascript. When I use CakePHP or RoR, everything ...

It's Possible To Develop Using Cocoa In Windows And Linux

Hello, I'm learning thinking in start to learn Objective-C and i don't have a Mac(And i don't have plans to have one), but as i see that Cocoa is a very good framework to develop in Objective-C, i want to know: It's Possible To Develop Using Cocoa In Windows And Linux? Thanks. ...

SproutCore javascript

Hey... I started using Javascript MVC SproutCore Framework (sproutcore.com) and I found it impressive. But... Where can I find good tutorials for it? Where can I find widgets for it? How can I use (best practice, loading librarys, implementation) other frameworks like Spry framework (http://labs.adobe.com/technologies/spry/). Thx! ...

Is Zend Framework a total waste of my time?

Ok, I'm about 50% done with the "30 minute" quickstart guide from Zend. I must be missing something, because this seems like a total waste of time. The point of this quickguide is to create a guestbook, something I could do in 5 minutes with regular naked non-framework php. Here's my path to zend framework: c:/program files/wamp/www/_z...

Codeigniter get keys of language-files

Hi guys, I'm running into a I18N-problem here. I have a database with several variables stored. (e.c. *mod_sales*) To make my site I18N-able I'm using the language-class of CI-framework to read a line of a language-file (e.c. *$this->lang->line('mod_sales');* ). This will return me the value of that language-variable out of the langu...

ASP.Net Invalid Viewstate error

I am randomly encountering the following error: Message: Invalid viewstate. Client IP: xx.xxx.xxx.xx Port: 2324 User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.1; InfoPath.2; .NET CLR 3.5.30729; .NET CLR 3.0.30618) ViewState: Stack Trace: Message: Invalid length for a Base-...

any experience with "Play" java web development framework?

I've just stumbled upon the following new java web framework: Play http://www.playframework.org/ http://www.playframework.org/documentation/1.0/home with such a stunning list of features, I'm pretty much surprised I haven't heard of it before... Sounds like the java web development promised land... has anybody tried it? any real exp...

Portable web applications framework

I like Gears (aka Google Gears), but it seems to need a lot of work and AJAX skills to enable off-line support in portions of web applications. What about distributing web applications were there is no web? I mean, something like server2go, a portable web server you can deploy along with database and PHP scripts. Is there some framework ...

Can you suggest good framework for game?

I am planning on developing a game (kind of management game where you play manager of company, hire employees etc.). I plan to have simple 2d graphics (possibly vector graphic). What language and framework would you suggest for this project? As you might see this kind of game would not require a "fast" language. Languages that I know an...

Are mock frameworks and high test coverage important?

Mock frameworks, e.g. EasyMock, make it easier to plugin dummy dependencies. Having said that, using them for ensuring how different methods on particular components are called (and in what order) seems bad to me. It exposes the behaviour to test class, which makes it harder to maintain production code. And I really don't see the benefit...

I want to create a "CGI script" in python that stays resident in memory and services multiple requests

I have a website that right now, runs by creating static html pages from a cron job that runs nightly. I'd like to add some search and filtering features using a CGI type script, but my script will have enough of a startup time (maybe a few seconds?) that I'd like it to stay resident and serve multiple requests. This is a side-project...

Spring Philosophy

Everytime I ask anyone what is Spring Framework or what does it do ?, they simply say me, you remember that Hollywood Principle right "Don't Call me, I will Call you", that's exactly what Spring Framework does. What should I make out of this ? ...

Recommendation on development framework for a browser based online product catalogue?

I have to develop a online product catalog which will eventually developed into a simple online ordering system, I have never developed a web application before. Please recommend an application framework which might be a good choice for this kind of apps. Is Ruby on Rails a good choice? Thanks. ...

Resources to deepen knowledge before writing a framework?

I'm planning to reinvent the wheel by writing a PHP MVC/ORM framework in the near future. I have already watched several conference presentations on InfoQ, came across numerous slides, which have great impact on my knowledge. I'm still particularly interested in the best practices of: Framework design TDD (PhpUnit, Selenium) Domain D...

GUI frameworks for Java

I was wondering if anyone has any suggestions of frameworks to give an old desktop application a much needed facelift. The application has had a long life without anyone giving any attention to its exterior resulting in a monster with an 80s look. I've just downloaded and tried MyDoggy framework for making windows floatable and dockable...