frameworks

Add framework to java project

Hi, I've been working on a java web project. Currently this project doesnt use any framework. Its a standard MVC application, using servlets and DAO with jdbc access to database (all queries are handwritten). The project has a good code (all project developed using TDD), but its way too slow to add any feature, since all have to be d...

How does Microsoft's MEF compare to Eclipse?

What is common and different between MEF (Managed Extensibility Framework) and the Eclipse platform? I feel MEF is very similar to Eclipse with DI added. Your thoughts? ...

Python web frameworks, an honest opinion required.

Possible Duplicates: Recommendation for straight-forward python frameworks Python Webframework Confusion I am starting two projects for my company that will eventually become linked together. The first is an in-house reservations and management system for arranging exhibitions and conferences for delegates and the second a web...

Widget Framework Resources

So, my boss wants me to look into creating a widget for our product. Something to keep our users abreast of their information easily. So, I'm looking through the interwebs and it seems I have quite a few options. Google Widgets, Konfabulator/Yahoo Widgets, Spring Widgets, etc. etc. I'm wondering if there's any resources to make a decisi...

Collections in Adobe Flex

Is there any open source collection framework, written in ActionScript that would emulate HashMap, HashSet, LinkedHashMap and LinkedHashSet Java class implementations. ...

Frameworks and third-party tools

Let us suppose we'd like to use very helpful framework (for example ORM or UI framework), that in general matches you requirements, but requires installing and using third-party tool like PostSharp (tool, that implements AOP modifying compiled code on post-build stage) or something like this. On the one hand it can significantly improve...

JavaFX component that emulates JTable

I have a large dataset that needs to be displayed for users and looking for Swing's JTable like component in JavaFX. ...

One stop resource for : Will it play in App Engine/Python?

Information on frameworks, languages, and libraries for GAE/J is maintained at : http://groups.google.com/group/google-appengine-java/web/will-it-play-in-app-engine Is there a similar page for GAE/Py? ...

Setting Environment for Testing and Production

I'm developing a system in CakePHP, using Git as the version control system. I have a working copy in my testing server and another in my production server, both with different databases. Everytime I make changes, I have to change the database configuration so I can test the system. Is there another way to keep two files, with different ...

Pointers to user profile frameworks in Java

I'm looking for pointers to something that I may be overlooking (or maybe something that Jivebot hasn't yet written for me). What I want is a pre-rolled Java framework for managing user accounts that takes care of most of the common tasks associated with such. For instance, Jfacets is a good approach to automagic view controlling, but y...

How to get headers into framework in Xcode?

I'm trying to build a framework for MacOS in Xcode 3. It looks like it's building everything except the Headers directory according to the layout listed in the Apple documentation. I can't find anything that tells me what settings to use to get the build process to copy the headers into Headers directory in the framework, or alternately ...

Why is jQuery so widely adopted versus other Javascript frameworks?

I manage a group of programmers. I do value my employees opinion but lately we've been divided as to which framework to use on web projects. I personally favor MooTools, but some of my team seems to want to migrate to jQuery because it is more widely adopted. That by itself is not enough for me to allow a migration. I have used both jQ...

Database consistency checking framework

I'm looking for a framework to utilize to integrate a number of database consistency checking rules into our system. This should basically be a automated test case runner for our database checks. Requirements: Easy to write new rules or checks Easy to run all rules, grouping of rule subsets would be a bonus Accurate and simple reporti...

Free/Open source screen capturing library in java.

I am working on screen capturing tool. Currently my requirement is to capture screen shot of current screen, which can be extended to screen cast (video) etc. So just want to know which is best (open source/ free) java framework/library which meets my requirement. ...

python web framework large project

Hi Everyone, I need your advices to choose a Python Web Framework for developing a large project: Database (Postgresql)will have at least 500 tables, most of them with a composite primary key, lots of constraints, indexes & queries. About 1,500 views for starting. The project belongs to the financial area. Alwasy new requirements are c...

How do I create an iPhone framework and use it in other iPhone applications

I would like to create a framework for some reusable code that I would like to include in other iPhone apps. What is the best way to do it? Ideally, I would like it to work just like builtin frameworks and have the app use it without mucking around with build files. ...

minimal cross-platform gui lib?

Hi. I'm looking for a minimal and easy to learn C or C++ cross platform gui library. In a nutshell I only need the following functionality: application window menu bar some simple dialogs, File-open and save. Maybe a user-written one. user canvas where I can draw lines an circles on. some kind of message/event loop mechanism. Targ...

What's the quickest way to play with GWT for someone with almost no spare time?

I think the subject pretty much covers it. I'm not a web programmer (I am a programmer), I'd like to write some play web apps, I don't really have a lot of spare time. So what's the quickest way to get up and running to play around with GWT? ...

How to use symfony's use_dynamic_javascript() helper?

There are no examples of use anywhere, or even an explanation on how to use it. ...

CSS Framework - off the shelf or homegrown?

Is there an existing framework that satisfies the needs of your projects with minor modifications, or have you developed your own along the way? What do you recommend for someone trying to make that decision with these priorities: CSS reset Attention to typography; baseline grid Semantic classes Accessibility Lots of "Helper" classes: ...