Hello there,
I was thinking which framework would be a good choice to go into. I'm focusing on java apps and tested spring, grails and seam so far. I've also looked aboard java and gave ruby on rails a try too.
In future I will be focusing on portlet development which I've gone through already without a complete framework (just hiberna...
What are the features (e.g. cookie, session, template, database handling) should a ...
robust
scalable
flexible
OOP-compatible
MVC
expandable
... PHP Framework be composed of? and what other features would be great for any developer in a PHP framework?
I've been looking a lot at frameworks such as CakePHP, Symphony, and so on.. thei...
Can anyone recommend a framework. We are looking at Strata Frame but it doesn't seem to work real well with a web application.
...
Hi there
I just found the MVC was initially proposed in 88 [here is the pdf file] but unfortunately ASP.NET just recently implement it.
Do you know which is the most used MVC design pattern in the our days frameworks? I'm curious to know how MVC has evolved during the times and which is the best approach(what make it a good approach)?...
Let me first say I am aware of this faq for Mach-II, which discusses using application specific mappings as a third option when:
locating the framework in the server root is not possible and
creating a server wide mapping to the Mach-II framework directory is impossible
Using application specific mappings would also work for other Co...
hello,
I succeeded to create a register form, and now users can register my site.
But I can't create a form where users can edit their profile.
I have sf_guard_user and sf_guard_user_profile in my schema.yml
Does someone have an article about how to do that ? I tried few ideas without success.
...
The Powershell team preaches using GUI on top of Powershell (GUI actions translated into Powershell commands in the background and executed).
I love the idea, specially b/c it would make my GUI scriptable (it's nice to click click and then see a trace window with all the cmdlets that I've executed).
My question is, do they provide some...
I have worked with Django before and have recently seen the Play framework.
Is this the Java community's answer to Django? Any experiences with it? Any performance comparisons with other Java web frameworks?
Edit:Almost similar to http://stackoverflow.com/questions/1597086/any-experience-with-play-java-web-development-framework, the re...
What's the best way to get started using Popcap's "SexyApp Framework", and is it a good idea?
Wikipedia article
...
I'm working on a small project, where I'm using the codeigniter php framework, but find it's got a bit too much bloat for my purpose.
Essentially I'd like something to make database interaction, sessions and validations simpler. MVC would be nice too.
What I'm looking for is something that has 10 php files tops.
When I'm adding some...
I need to build a CRUD application to maintain a simple set of tables. Normally I would do this in php but I cannot deploy this in the client environment.
I want to do this reasonably quickly and vanilla J2EE, EJBs, spring, Hibernate etc. is just plain overkill.
I am looking at either Rife or Lift frameworks. They both seem to have RA...
I would like to develope a databased GUI application for free, which is cross-platform. I almost decided, that the UI should be GTK (logical, not pixel-based layout, GUI description not cluttering the code (glade xml))...
What I am missing is a good framework, which connects database and GUI, so I am looking for building database gui ap...
I'm looking for a role-playing game framework which fulfills the following critera:
Open source / Free for non-commercial
Targeted language doesn't matter as long as it's not too obscure (C# or Java would be great)
The framework doesn't have to provide any graphics, sounds or other "low level" stuff
The framework should support comple...
I am using the macports version of python on a Snow Leopard computer, and using cmake to build a cross-platform extension to it. I search for the python interpreter and libraries on the system using the following commands in CMakeLists.txt
include(FindPythonInterp)
include(FindPythonLibs )
However, while cmake identified the correct ...
Why does the high part of the stack (in Exception.StackTrace) gets truncated?
Let's see a simple example:
public void ExternalMethod()
{
InternalMethod();
}
public void InternalMethod()
{
try
{
throw new Exception();
}
catch(Exception ex)
{
// ex.StackTrace here doesn't contain ExternalMethod()!
}
}
It seems l...
I've written my fair share of loops around accept() or select(); fork() or Thread.start().
I'd like to avoid doing it again. I'd prefer not to re-use my own code. And I'd like to take advantage of benefits that a 'serious' framework offers, such as preforking, thread pooling, etc.
What frameworks do you recommend - in any language - th...
By now, I'm sure a lot of people will agree jQuery is pretty much the standard JavaScript framework (or as much as one can ever be). I mean, it has been adopted by Nokia and Microsoft.
Now that Google has put out it's own framework, is it worth my time learning it? Do you expect good adoption of it because of the Google name?
...
Hello, I have been looking for a good PHP MVC framework that is interested primarily in speed, security, and implementing the MVC design architectural style.
Some of the biggest beefs I have with a lot of the mainstream MVC frameworks out there is that they:
put view logic in controllers, or do things like:
controller: $form = "a for...
I am not so much experienced on enterprise systems but i have some experience on Spring framework.I start to think open source framework such as Spring,Hibernate start to become defacto in enterprise development.Do you think it is necessary to learn Java EE 6 to become experienced on enterprise development cause i do not have so much exp...
I need to figure out how to get two OpenSSL functions for iPhone. I'm trying to keep it so I don't need another dylib, because I don't want Apple to reject my application for something so silly.
Anyways, I have an app that access an API, not one of my APIs, so I can't really change it, and also, I don't want anyone to know my public key...