frameworks

php frameworks - build your own vs pre-made

Hi, I am building an application currently in PHP and I am trying to decide on whether to use a pre-existing framework like codeigniter or build my own framework. The application needs to be really scalable and I want to be completely in control of it which makes me think I should build my own but at the same time I dont want to reinven...

Are there reasons why the java/spring/hibernate stack aren't popular in the web 2.0 space?

I am really impressed with the java/spring/hibernate stack, and really want to dive in. Just curious, why are so many people using rails when java/spring/hibernate are tried and true? I guesss its because of the convention over configuration and time to launch? (spring has really gone the annotation route so less xml though). I reali...

Adding Existing Framework to Xcode (iPhone) error

I have added the <QuartzCore/QuartzCore.h> to my Frameworks folder in my iPhone project and added the #import "<QuartzCore/QuartzCore.h>" statement at the top of a custom UIView class. However the custom UIView class gives me a "No such file or directory" compliation error in relation to the <QuartzCore/QuartzCore.h> framework. Is ther...

Is there a .Net equivalent of Apache CXF Framework?

Here is the wiki for those who want to know about Apache CXF. http://en.wikipedia.org/wiki/Apache_CXF I am looking for something similar or .Net ports. ...

Webpage - Wordpress,Joomla or any other tempalates for my custom site

Dear All, I am working for a university project and for this project I have the following custom scenario Could some body point me to right resource( any template or framework) ? 1) Registered student can create a topic , Once he creates a topic I have to generate dynamically a web page for this topic with 4 main areas ( some what l...

Ajax frameworks small application

hi. I'm wondering if any of you have some ideas of a small application i can work on , just to get familiar with any of the Ajax Frameworks specially if it's related to Java like JMaki or ECHO 2 thanks . ...

Java Bytecode Manipulation Library Suggestions

I'm looking for a well-maintained Java bytecode manipulation library with an intuitive API. There seem to be quite a lot of them out there. Any suggestions on which ones to try? ...

What are the latest options in Java logging frameworks?

This question gets asked periodically, but I've long felt that existing Java logging frameworks were overcomplicated and over-engineered, and I want to see what's new. I have a more critical issue on my current project as we've standardized on JSON as our human-readable data encoding, and most logging frameworks I've seen require XML. ...

Cross-(console)-Platform development frameworks / libraries?

What kind of frameworks / libraries are used to develop cross (console)-platform games, like ones that get released on Xbox 360 / PlayStation 3 at the same time? Or similarly, Xbox Live / PlayStation Network / WiiWare all at once? Surely such things are not freeware, but just... what are they in the first place? ...

Objective-C Framework for registering an app?

Does anyone know of an Objective-C framework that takes care of registering an app? I'm interested in the GUI/30-day trial side more than the actual verifying of serial numbers. ...

How to keep history of record updates in MySQL?

I have to create a code in PHP that will allow me to keep the history of record updates in MySQL database so I can find by date an old revision. Here is the example of what I actualy want to achive: http://en.wikipedia.org/w/index.php?title=Tunisia&amp;action=history The data are mostly Numbers that we record about the company for gene...

Kohana V3 return query result as object

Hi, In Kohana V3 is it possible to return result set as an array() or any method exists? For example: $user = DB::select('*')->from("users")->where('username', '=', $username); If method is there,then it is possible to get password like echo $user->password; Is it possible without ORM? Please suggest. ...

When using a package or framework is there a standard way to use version control?

i.e. Do you put the whole package under VCS or just the components you are programming? Packages by there nature will get upgraded and that code will need to be added into the VCS, plus there is a lot of code that is static. Specifically I am going to be working on Joomla, adding and building modules, customising modules and the look a...

Kohana V3 Auth module user_token functionality

Hi, Could anybody brief about user_token functionality in Auth module? What is a use and how this incorporates in Auth module? ...

What PHP Framework and ORM does wikipedia use?

I have always been fascinated about how wikipedia works. I am think of creating an idea similar to wikipedia but I must know what technology they use first. Just wanted to know what technology does wikipedia use? ...

What's the difference ElggMetadata and ElggAnnotation in Elgg framework from a developer viewpoint?

I can not understand the difference. ...

Scala libraries and frameworks

Each technology is powerful with libraries and frameworks, written for it. I understand, that Scala is able to use libraries and frameworks, written for Java. But there are already some frameworks, written for Scala in Scala. Like, for example: Lift Framework ScalaTest Scalaz Do you know any more great libraries and frameworks for Sc...

How can I create a web based administration interface.

Hi all, I'm planning to create a simple web based interface that stores administration input in json format (for use later by an applicaiton running on the same host) example json output is here: http://www.json.org/example.html The content would be user contacts (email, name, phone number, photo etc..) There would need to be a conf ...

Objective-C Framework PSMTabBarControl does not work - NSTabView Tabs with Style

Hello everybody In my App I'm trying to get PSMTabBarControl working, but all I do - nothing... I have copied the framework File in my Frameworks folder of my App, then included it. In my InterfaceBuilder (3.2.1) I was able to drag and drop the PSMTabBarControl to my Window and link it with the NSTabView (PSM -> tabView -> NSTabView &&...

What is the main-stream Java alternative to ASP.NET / PHP

I've heard something and seen some examples of web application built using ASP.NET / PHP and I'm wondering what would be the equivalent way of doing similar things in Java world. Looking on the Wikipedia I have found a lot of frameworks and I'm kind of confused which one is the best. ...