frameworks

PHP framework and CMS

Hey everyone, What is the difference between a PHP framework and a CMS? It just unclear to me what the difference is. Thanks! ...

State of the art Java web framework for RESTful GUI apps?

Yes, I know, the old question of the best web framework ... but let me explain. I'm looking for Java Servlet based web framework that allowes RESTful interaktion and is also suitable to build web GUIs. What I want: REST support with http content negotiation and nice URL mapping data conversion from request params to domain object (an...

Creating Your Own Web Framework

I am a coldfusion programmer, and yes I know there are a lot of great coldfusion frameworks out there. However because of the way the company I work for, code is styled and structured, I want to create a stepping stone framework, that gradually over time moves them to some current coding styles and standards.. But to get there, and ou...

Are there any automated unit testing frameworks for testing an in-house threading framework?

We have created a common threading framework to manage how we want to use threads in our applications. Are there any frameworks out there like gtest or cppunit that solely focus on unit testing threads, thread pools, thread queues, and such? Right now I just kind of manually go through some steps that I know I should cover and do check...

When JSF 2.0 will be released?

I got interested in looking at JSF 2.0 as a potential technology to use. Does anybody know when this version is scheduled to come out and how active is the project in general? ...

Is MFC sitll the dominating framework for windows desktop application?

I just wondering about this.It is said that .NET is better than MFC in a lot of aspects.But when I use my PEID to recursive scan my 'program files' directory,it turns out there are still a lot of programs written with 'Visual C++ 6'(esp. for security software),whose GUI should be written with MFC. So my questions are: Is MFC still the...

Using two git repos in one folder

Hi! Here's the scene: I'm currently working on my own framework and on a client's website. Here is the structure: . .. _application _framework _public I'd like to have a repo with _framework/* _public/index.php and the structure _application (empty folders for _controllers _models and _views) on github. Also I'd like to have a repo c...

What Java GUI framework is good for a first GUI project?

The title description basically says it all. I'd like to use something that requires a relatively short learning curve since it is my first project and I'd like to spend at least some of it actually writing the code, not just learning how to do it, but also something that has good documentation in a way that some new bleeding edge framew...

Web framework for Python 3

Django is incompatible with Python 3: For larger Python-based software like Django, the transition is expected to take at least a year or two (since it involves dropping support for older Python releases and so must be done gradually). Which other web framework is recommended for Python 3.1? Thanks ...

Choosing the right template engine

Hi there, since today - I always used simple JSP Tags and JSTL which works but now I'm looking for a little bit more features and maybe more usability. With googling I've found Freemaker, Velocity and Tiles which seem to be very famous. Does someone of you has some further experiences with some of these and can give me a short brief ab...

Wicket or Grails for a content centric site?

I want to build a web application like a wiki and a forum. There will be much more readers than editors. My favourites to implement it are Grails and Wicket. Grails: I like the integrated environment with which you can start quickly. I think the classic stateless mvc approach is well suited to a content centric website. Disadvantages ar...

Simple MVC Framework for ASP.net?

Hi, I need a simple MVC framework, without jQuery extensions, hibernate, loggers, etc.. Only Model-View-Controller functions. Anyone have an idea where I can find one? ...

Sinatra style web framework for Erlang

Hi, I programmed in Ruby and Rails for quite a long time, and then I fell in love with the simplicity of the Sinatra framework which allowed me to build one page web applications. Is there a web framework like Sinatra available for Erlang? I tried Erlyweb but it seems far too heavyweight ...

Best cross-mobile javascript framework (iPhone/Android)

Hi all, Id like to create a small cross-mobile javascript application, which consists of a form and a grid as result. I also want to display some images, with something similar to lightbox. I coded an home maded prototype but id like to add 'touch' effects and support multiple screens easyly. I looked at JqTouch but its very slow on my...

YUI - Pros and Cons

I'm about to begin a new project and plan to use YUI and my JS and CSS framework for the following reasons: Treeview with tri-state checkboxes (seems to be the best implementation I could find) Calandar (seen others, but since #1 is on YUI, I'm glad it also has calendar) CSS framework (was going to use 960, but might as well go 100% Ya...

Node.js REST framework?

Just got node.js running on an ubuntu server instance. Got a couple of simple server apps running. Does anyone know of any REST frameworks that have been built or are in development? ...

Embedded device, once seen on code project and can't remember the manufacturer

The article was about an embedded device containing a memory chip, processor and could be extended with bluetooth wifi and an other RF transmitter. The manufacturer developed a framework which contained: memory managment, TCP/IP stacks and more. Anyone has an idea what it was? thnx ...

Apache Pivot, Coming out of Apache Incubator to Main, feedback?

Hello guys, Apache Pivot is coming out of Apache Incubator in very near future. In your opinion What are pros and cons of it? Any specific negetive/positive points about it? ...

Pagination using multiple searcing criteria in codeigniter

Hi ..., Im trying to implement pagination using multiple searching criteria. Supposed I Have student table. I also use pagination when the list of student displayed. The pagination link is. site_url . '/student/page/'; so I use $config['uri_segment'] = 1; so the pagination link will be <a href="http://mysite/index.php/student/page/0"&gt...

Comparsion of RIA Frameworks

Can someone point me to an updated comparison between the different RIA Frameworks? I spent a bunch of time googling around but only came up with outdated information (Late 2008). ...