frameworks

mdi child form don't work via opengl app in .NET

Hi all, This is my first question. I start to computer graphics programming with opengl via Tao Framework. Everything going well but today I tried to work with MDI forms. My application crashed. It is a bit difficult to describe my problem. So I captured 5 images and I added my questions on them. I could not add this images because of ...

Windows Phone 7 Silverlight MVVM (and other) frameworks

Hi, What are the available mvvm frameworks for WP7 out there today? Which one(s) would you recommend and why? Are there other useful frameworks one should consider when starting WP7 silverlight development. Thanks for posting your experiences so far. Cheers, Phil ...

java rtsp streaming

hi all, can any one please give me some suggestion, which java framework is the best for creating audio and video streaming server using rtsp protocol. thanks in advance. ...

Do I need frameworks to complement a Java EE 6, JSF-2 Web-App? Which ones?

In the previous J2EE versions, it was common practice to complement the default libraries with frameworks like Spring, Hibernate, Struts, etc. Java EE 6 seemed to close the gap (with CDI, JPA, JSF2.0, etc.) - should I still use additional frameworks (Seam? A faces library? Spring?) I am currently using the default Oracle stack - Glass...

Share the code in a secure way Objective-C

Hello! Just I'm curious. I have created a lot of convinient categories to the Objective-C classes (NSObject, NSDictionary, NSString...), as long as very interesting subclasses that makes a lot of popular task in the iPhone/iPad programming, to be as easy as putting only one line of code or firing a method. I'd like to share this code w...

Prevent OpenGL.framework from Loading in Cocoa App

My application links against these Frameworks: Cocoa.Framework AppKit.Framework CoreData.Framework Foundation.Framework Note that OpenGL.Framework is NOT linked. However, after setting DYLD_PRINT_LIBRARIES=1, I note that: ... dyld: loaded: /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL dyld: loaded: /Syste...

Node.js framework with sessions support in MongoDB

I am looking for a node.js framework which is capable of tracing user sessions via cookies/storage on the server side. Storage has to be in MongoDB ...

how i can build app in 2g phone using 3gs frameworks

I am developing one application which need scanning component, I have application ready but when I build it in 2g phone with os version 3.1.3, application gives me error. I have weak linked those framework which are not in 2g. ERROR: Not Enough Frames In Stack Do advice thanks in advance. ...

Lightweight Ruby MVC web development framework which plays nicely with ExtJS

I'm looking for a lightweight MVC Ruby framework for developing an ExtJS application. I started with Rails 3.0, but I feel that I'm struggling with the ActionPack (which I don't really need). Since all the UI (view) is done in ExtJS, I don't need any rendering support. What I do need is a routing infrastructure (for REST), session suppo...

"Namespace" collision detection in JavaScript?

Does the JavaScript frameworks which mimics namespaces like jQuery makes some namespace collision detection ? If not should I manage it myself ? If yes what prevents such framework to detect such collision themselves ? ...

Safe routing in my own framework using PHP - how

Hello. As almost every programmer, I'm writing my own PHP framework for educational purposes. And now I'm looking at the problem with parsing URLs for MVC routing. Framework will use friendly URLs everywhere. But the question is how to parse them in front controller. For example the link /foo/bar/aaa/bbb may mean "Call the controller's...

How to build a framework or library for other developers, the secure way?

We have an idea for an framework or library that will be very helpful for any iOS developer. So we're seriously thinking about switching from app development to framework/library development. But when we want to charge for the library/framework, we must protect the code somehow. How can we build a framework in such a way that the user o...

Which iOS frameworks most useful to learn and in what order?

I've just started learning Obj-C and the Cocoa-Touch framework for developing iPhone and iPad applications. When you add a framework to an XCode project I can't help notice there are an enormous number to get familiar e.g. AddressBook, CoreData, Foundation, Security etc. Which frameworks are common to most projects and the most importa...