active questions tagged frameworks - Stack Overflow most recent 30 from stackoverflow.com 2009-12-12T05:07:29Z http://stackoverflow.com/feeds/tag/frameworks http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1866044/how-to-run-multiple-versions-of-symfony-php-framework 0 How to run multiple versions of Symfony PHP Framework Jon Winstanley 2009-12-08T10:20:56Z 2009-12-11T12:46:27Z <p>I have several web projects built with Symfony v1.0, but I am excited by the new features in Symfony version 1.4 (Improved security, native email support and improved performance).</p> <p>How can I continue to develop my 1.0 projects but also create a testing environment for version 1.4?</p> http://stackoverflow.com/questions/1886967/what-are-some-of-the-less-known-and-interesting-public-apis-and-frameworks-that-i 2 What are some of the less-known and interesting public APIs and frameworks that I can use for iPhone? luvieere 2009-12-11T09:50:07Z 2009-12-11T11:48:05Z <p>What are some of the less-known and interesting public APIs and frameworks that I can use for iPhone? In OS 3.0 they're supposed to be 1000 new APIs more than in 2.2, so which one of these are the most interesting and not so well-known?</p> http://stackoverflow.com/questions/350053/php-frameworks-are-they-solely-personal-preference 4 PHP Frameworks - Are they solely personal preference? Colin 2008-12-08T16:22:41Z 2009-12-11T03:49:21Z <p>I'm new to the world of PHP frameworks and, after some initial investigation, came up with the following list of popular choices:</p> <ul> <li>CakePHP</li> <li>CodeIgniter</li> <li>Symfony</li> <li>Zend</li> </ul> <p>I'm trying not to repeat the "Which is best?" question, which seems to elicit not much more than personal preference. Is this the case? Is one truly "better" than the other? What are the strengths and weaknesses of each?</p> <p>I apologize if the question is too broad, but any clarification would be much appreciated.</p> http://stackoverflow.com/questions/1884426/how-does-xcode-know-where-to-look-for-a-framework 1 How does Xcode know where to look for a framework? openfrog 2009-12-10T22:05:45Z 2009-12-10T23:44:59Z <p>Example: I import a framework like this:</p> <pre><code>#import &lt;Cocoa/Cocoa.h&gt; </code></pre> <p>Now what's that "Cocoa/Cocoa.h" path? I mean... from where does Xcode start looking? Where is this configured? And is that actually a path or something? What's "Cocoa/Cocoa.h" really? A namespace and a framework in there? Or what else?</p> http://stackoverflow.com/questions/1614058/php-nano-framework-optimization -2 PHP Nano Framework Optimization [closed] eyze 2009-10-23T15:01:56Z 2009-12-10T23:40:44Z <p>I've coded a <a href="https://gist.github.com/6aa78cbfdba176db4094" rel="nofollow">very small PHP web framework</a> which consists of only one file and one class, each of the available methods should provide a way to achieve most of the common web tasks a programmer should have to do.</p> <p>The class has the following methods:</p> <ul> <li>ACL</li> <li>Calculate</li> <li>Chance</li> <li>Chmod</li> <li>Context</li> <li>Cookie</li> <li>Crypt</li> <li>CURL</li> <li>Cycle</li> <li>Date</li> <li>DB</li> <li>Download</li> <li>Dump</li> <li>Email</li> <li>File</li> <li>Flash</li> <li>Flush</li> <li>GeoIP</li> <li>Has</li> <li>Hash</li> <li>Identicon</li> <li>ifMB</li> <li>Image</li> <li>Mindshare</li> <li>Mnemonic</li> <li>MySQL</li> <li>Obfuscate</li> <li>Path</li> <li>Redirect</li> <li>Regex</li> <li>Round</li> <li>Route</li> <li>Singleton</li> <li>Sleep</li> <li>Slug</li> <li>SMS</li> <li>Sort</li> <li>Unaccent</li> <li>Upload</li> <li>Value</li> <li>View</li> <li>XSS</li> <li>Zip</li> </ul> <p>Of course, due to the complexity they present validations are not covered. Some of the methods (like CURL and Email) are still not entirely complete and some others might still be buggy due to recent changes but <strong>I'd like to hear your thoughts on the framework</strong>, specifically <strong>which additional methods are still necessary, which ones aren't and what can be optimized</strong>.</p> <p>I'm planning in releasing this as open-source and set up a dedicated page for this project and your input is very much appreciated, thanks.</p> http://stackoverflow.com/questions/1873069/flex-application-framework-puremvc-portability-vs-swiz 0 Flex Application Framework -- PureMVC Portability vs. Swiz? Karthik 2009-12-09T10:47:54Z 2009-12-10T10:02:26Z <p>Hi all,</p> <p>My company is building a Flex application that we may need to port to other platforms:</p> <ul> <li>Silverlight (likely) </li> <li>Mobile (maybe -- iPhone: Objective-C , Android: Java, etc.)</li> <li>Desktop (maybe -- AIR, .NET, etc.) </li> <li>TV sets (maybe eventually)</li> </ul> <p>Currently, I’m looking into application frameworks to build upon and I’m torn between pureMVC and Swiz. </p> <p>I LOVE swiz for its simplicity and how it just gives you a way to hook things up and then apply your own patterns. From a flex-only perspective, this is my 1st choice.</p> <p>But, PureMVC is platform-independent and has already been ported over to most of the platforms that are mentioned above. <strong>How valuable is this portability?</strong> Will it really make our lives significantly easier when it comes to porting and developing/maintaining multiple applications? If so, then it seems like PureMVC is the way to go.</p> <p>Alternatively, since Silverlight has the most definite business case for porting of our application, maybe we could <strong>port Swiz to Silverlight</strong>? I'm not too familiar with which AS3 language and Flex framework features Swiz depends on and whether they are available in C#/Silvelright. <strong>Would this actually be possible?</strong></p> <p>Thanks so much!</p> <p>Karthik</p> http://stackoverflow.com/questions/1477407/framework-recommendation-request-spring-struts-j2ee 0 Framework Recommendation request: spring, struts, j2ee? Jack BeNimble 2009-09-25T13:52:22Z 2009-12-10T10:00:02Z <p>The last time I looked at web applications, the consensus seemed to be Struts/J2EE. Now, it looks like Spring MVC/J2EE or Struts/J2EE are both viable solutions. Is this generally correct? Or is Spring MVC now the consensus choice over Struts? We have at least one guy who has worked with Struts before and wants to go with that. I'm more familiar with Struts as well, having reviewed in the past. Also, is J2EE still considered the viable solution for handling remote components? Or are there alternatives? </p> http://stackoverflow.com/questions/1828143/need-a-better-language-frameworks-doing-restful-webservices 1 Need a better language/frameworks doing RESTful webservices Zac Bowling 2009-12-01T18:56:56Z 2009-12-10T08:27:11Z <p>I'm developing out replacements for our company's web service stack. </p> <p>The current stack was developed using SOAP and had some REST endpoints manually hacked in. It's a maintenance nightmare. </p> <p>I can use any language, tech, and framework as long as it it fits the goal. </p> <p>Requirements are: </p> <ul> <li>easy for serving up RESTful services </li> <li>uses an MVC model</li> <li>supports injecting middle layers to do authentication (OAuth and Basic Auth) around calls (preferably in a declarative way)</li> <li>makes it easy to do JSON, JSONP, and Plain ol' XML (Simple XML) type serialization of the return data</li> <li>preferably has built in caching control and built in E-Tags support</li> <li>preferably using a statically typed language but this doesn't matter if the amount of code I have to write is dramatically less</li> <li>it would be awesome to have a framework that supports doing microthreaded/epoll type HTTP handling so I can easily support HTTP long polling, but this isn't a requirement </li> </ul> <p>So far I've looked at:</p> <ul> <li>.NET (C#) <ul> <li>ASP.NET MVC (simple MVC framework, would have to add the missing pieces manually to fit my requirements)</li> <li>Monorails (simple MVC framework, less supported)</li> <li>WCF (unfortunately it takes a lot of overriding to force it into submission to work nicely for consumption on clients not using WCF themselves)</li> </ul></li> <li>Python <ul> <li>Pylons (top of my list right now, but it lacks easy XML serialization)</li> <li>DJango (more traditional web framework than REST framework)</li> </ul></li> <li>Scala (still new but big startups are using it)</li> <li>Ruby on Rails (doesn't scale the way I like)</li> </ul> <p>Any other ideas or thoughts? </p> http://stackoverflow.com/questions/1870505/cmake-how-do-you-copy-private-frameworks-into-the-application-bundle-under-os-x 0 CMake: how do you copy private frameworks into the application bundle under OS X? Glenn Hughes 2009-12-08T23:03:34Z 2009-12-09T21:08:38Z <p>We build several private frameworks that get copied into our application bundle during our Xcode build process. I'm moving the whole build process to CMake, and this is one area that I haven't been able to resolve. </p> <p>I have found one utility module: CMakeIngestOSXBundleLibraries.cmake but its a little unclear to me how this might be used, or if it does what we want. I would like it to be run every time the app is build just after it is linked. This leads me to believe that I should do something like </p> <p>IF (APPLE) add_custom_command( TargetName POST_BUILD CMakeIngestOSXBundleLibraries.cmake ) ENDIF (APPLE) </p> <p>but I don't think that's quite right. Anyone have any experience with this?</p> http://stackoverflow.com/questions/1875922/php-does-this-have-a-special-meaning 1 PHP: Does $_this have a special meaning? navilon 2009-12-09T18:39:51Z 2009-12-09T18:55:07Z <p>I cant seem to find any documentation on what <code>$_this</code> means in PHP. It seems to be used quite a bit in the CakePHP framework.</p> <p>Any ideas?</p> http://stackoverflow.com/questions/43709/pros-and-cons-of-different-approaches-to-web-programming-in-python 16 Pros and Cons of different approaches to web programming in Python Tomas Sedovic 2008-09-04T13:00:13Z 2009-12-09T13:02:23Z <p>I'd like to do some server-side scripting using Python. But I'm kind of lost with the number of ways to do that.</p> <p>It starts with the do-it-yourself CGI approach and it seems to end with some pretty robust frameworks that would basically do all the job themselves. And a huge lot of stuff in between, like <a href="http://webpy.org/" rel="nofollow">web.py</a>, <a href="http://pyroxide.org/" rel="nofollow">Pyroxide</a> and <a href="http://wiki.python.org/moin/Django" rel="nofollow">Django</a>.</p> <ul> <li>What are the <strong>pros</strong> and <strong>cons</strong> of the frameworks or approaches that <em>you've worked on</em>?</li> <li>What <strong>trade-offs</strong> are there?</li> <li>For <strong>what kind of projects</strong> they do well and for what they don't?</li> </ul> <p>Edit: I haven't got much experience with web programing yet.<br /> I would like to avoid the basic and tedious things like parsing the URL for parameters, etc.<br /> On the other hand, while the video of <a href="http://www.rubyonrails.org/screencasts" rel="nofollow">blog created in 15 minutes</a> with <a href="http://www.rubyonrails.org/" rel="nofollow">Ruby on Rails</a> left me impressed, I realized that there were hundreds of things hidden from me - which is cool if you need to write a working webapp in no time, but not that great for really understanding the magic - and that's what I seek now.</p> http://stackoverflow.com/questions/1480186/what-is-in-your-javascript-toolchain 16 What is in your JavaScript toolchain? Brian Campbell 2009-09-26T01:28:35Z 2009-12-09T10:24:28Z <p>I am looking to start writing a fairly sophisticated application in JavaScript to run on the web. I've written little bits of throwaway code in JavaScript before, using the DOM directly and a little bit of jQuery. But this is the first time I'm looking to write a full-fledged application to run in the browser.</p> <p>So, I'm wondering what toolchains people prefer for doing serious development in JavaScript. In particular, I'm interested in the following, along with some information about why you chose the components you did and how they all fit together into your workflow:</p> <ul> <li>What editor and editor plugins/modes/scripts do you use? I'm generally an Emacs user, and am using <code>js2.el</code> at the moment, but I'm interested in hearing about other setups.</li> <li>Do you use any sort of IDE (Aptana, Dashcode, or the like)?</li> <li>What JavaScript libraries or frameworks do you use?</li> <li>Do you use any of the languages that compile to JavaScript (GWT, haxe, Objective-J)?</li> <li>What unit test frameworks do you use? How do you invoke them? Can they be invoked from your editor/IDE, from the command line, from the browser in a web page, from your JavaScript debugger? </li> <li>What automated user interface testing tools do you use (such as Selenium, Watir, Sahi)? Again, how can these be invoked? (Being able to invoke unit tests and interface tests from the command line would be very useful, for running buildbots)</li> <li>What other code quality tools do you use (JSlint, code coverage tools, or anything of the sort)?</li> <li>What do you use for your debugging environment (Firebug, WebKit inspector, etc)? Does it have any integration with your editor or IDE?</li> <li>What post-processing do you run on your code before deploying it (obfuscators, minifiers, any kind of optimizers)?</li> <li>Do you have any sort of tools for managing module dependencies or dynamically loading code as it's needed? The application I'm writing will be working with a large amount of code, and I would like to keep load times down, so tools for tracking what modules are needed or loading code on demand would be helpful.</li> <li>Are there any other essential tools in your toolchain (which are specific to JavaScript development for browser based applications; I already have a perfectly good version control system, bug tracker, etc)?</li> </ul> <p>I'm less interested here in lists of "here are a bunch of things you could use" (I know of a lot of the tools that are available), and more in the stack that you actually use in practice and how it all fits together. I'm hoping to develop this primarily as a client side application, with the server just being used for authentication and to store and retrieve data, so I'm not interested in what server side framework you use, unless it is integral to the client side code in some way.</p> <p><strong>edit</strong>: I'm particularly interested in the unit and user interface testing frameworks, and how you automate them. I prefer to be able to run one single "make test" or "rake test" task from the command line to run all tests for the projects, and have it return a status depending on the success or failure of the tests. This would allow much easier integration with buildbots. Also, I'm interested if anyone writes unit tests that can be run outside of a browser (in Rhino, spidermonkey, v8, or the like) for code that don't depend on the browser, for faster turnaround on a subset of your tests.</p> http://stackoverflow.com/questions/1865118/php-what-opensource-extentions-can-we-add-to-mvc-frameworks 0 PHP: What Opensource extentions can we add to MVC frameworks? Sarfraz Ahmed 2009-12-08T06:57:24Z 2009-12-08T08:05:26Z <p>Hello All,</p> <p>I am currently working on my own implementation of MVC php framework. I would like to know what opensource extentions/libraties are good enough to be added to a common php MVC framework.</p> <p>Thanks</p> http://stackoverflow.com/questions/1835717/sharing-a-single-cocoa-framework-copy-across-plugins 0 Sharing a single cocoa framework copy across plugins danb 2009-12-02T20:50:53Z 2009-12-08T07:00:05Z <p>I have a set of plugins, a plugin framework for common code and a host app. These are each in separate Xcode projects (including separate projects for each plugin). In the end, I need to be able to click build and run on the host app project to build all the plugins, the framework and host app, package them up and launch the app.</p> <p>I know how to include the framework and plugins into the host app project, set up dependencies, copy actions, etc. What I am not sure about is how to include a single copy of the plugin framework in the host app for the various plugins to use rather than having a copy included in each plugin bundle.</p> http://stackoverflow.com/questions/1861834/j2ee-or-net-mvc-which-one-to-choose-pros-and-cons 0 J2EE or .NET MVC? Which one to choose? Pros and Cons? rgoytacaz 2009-12-07T18:10:17Z 2009-12-07T21:25:37Z <p>Hello There,</p> <p>I'm starting to develop some applications for the web, although I'm not a programmer, I'm a project manager, I do try to understand the technology behind the projects that I'm engaged in, to not blindly accept someones input.</p> <p>I do understand that I can choose from another Web-centric frameworks, like php, python and rails, or view frameworks other than those mentioned here,but I'll just stick with these for now, until I get comfortable.</p> <p>Feel free to suggest anything that you think is a better option.</p> <p>I do have experience with C#.NET and Java, but EE is a whole different story.</p> <p>I'm currently looking at JBoss Seam (J2EE) and .NET MVC.</p> <p>From what I could check on, MVC is pretty tight seems really productive, its concise, its components work together very well.</p> <p>Now looking at J2EE, things are pretty much scattered around, everyone tries to create some really new approach to solve the problems instead on contributing to some already in progress project, which results in...</p> <ul> <li><p>Too many options and with that excessive number of configuration files (XML)</p></li> <li><p>Everyone tries to name there approach to solve something, so in the end we get, BEANS, WEBBEANS, JAVABEANS, EJB, WELD, CDI, EL and a whole bunch of others acronyms that you need to keep up with.</p></li> <li><p>Components don't play well together</p></li> <li><p>You need to end up choosing a framework or building your own boilerplate code to glue all the stuff together.</p></li> </ul> <p>Just a reminder, I'm checking JBoss Seam vs MVC 2. Feel free to point me in another framework direction.</p> <ul> <li><p>Java is still on URL Rewriting technique while .NET is using URL Routing (which seems way better and easier to work with), thus making SEO techniques harder to implement.</p></li> <li><p>Working with views in Java still isn't type safe, while in .NET that can be accomplished.</p></li> <li><p>JSF doesn't give you the power to code html if you want/has to. A basic search told me that it has a lot of implementation details that you need to be aware about when trying to use plain HTML in JSF and I think (correct if I'm wrong, please) that you would lose the EL capabilities in plain HTML.</p></li> <li><p>Another thing I would like to be able to do in views, is make them call Java Methods, that way I could write my own view helper methods to implement the html the way I want it to(Maybe this is possible and I don't know, that's the point of this post).</p></li> <li><p>Handling model is easier in java, annotations, hibernate, etc.. (Although MVC 2 is comming out with all these annotations based programming model in mind)</p></li> <li><p>Unit testing is hard in Java, code is ugly and you rely on ANT builders to run your tests, while this is done inside the framework very handy on .NET</p></li> </ul> <p>I would like some experienced peers point of view on these technologies and perhaps use this space to some further discussion on the topic.</p> http://stackoverflow.com/questions/1838461/advice-on-framework-design 1 Advice on framework design Mark Tyler 2009-12-03T08:25:12Z 2009-12-07T21:15:58Z <p>Hello, i'm currently constructing some kind of mini-framework for a project, and come up with this solution. I have tried many of them, but this seems to me very convinient (code is shortened for simplicity):</p> <pre><code># Basically it's just a Registry pattern class Repository { private static $objects = array(); public function loadObject($alias, $object) { self :: $objects[$alias] = $object; return true; } public function __get($name) { if ($this-&gt;objectExists($name)) { return self::$objects[$name]; } else { return false; } } } class Database extends Repository { /* database class */ } class Session extends Repository { public function some_func($key, $value) { /* i can access database object using $this in any class that extends Repository */ $this -&gt; database -&gt; exec (/* sql */); } } /* =================== */ # Load core objects $R = new Repository :: getInstance(); $R -&gt; loadObject ('config', new Config()); $R -&gt; loadObject ('database', new Database()); $R -&gt; loadObject ('session', new Session()); /* =================== */ </code></pre> <p>Can you see any problems or drawbacks with this approach? For me i see maybe i little more memory consumption, because each next class holds more and more objects from Repository. Before i had a design where each class was independent, but anyway all of them require database, session, config etc, no i had to declare them in any class. Just wanted to note that i'm planning this design only for core objects, not for specific classes.</p> http://stackoverflow.com/questions/632391/state-machine-frameworks-for-net 2 State Machine Frameworks for .NET Andy White 2009-03-10T21:40:15Z 2009-12-07T20:42:05Z <p>We have a system at my work that is basically a message-driven state machine. It takes in a variety of types of messages, looks up some context/state based on the message, then decides what to do, based on the message and the current state. Normally the result is a message being sent out of the system.</p> <p>Are there any good open-source frameworks for implementing a state machine in .NET? I've looked into the latest release of Windows Workflow, and it seems like it would be a good option; however, I have some concerns about the default persistence mechanisms (we need to report off the state transition data), testability, and the fact that the WF team is re-architecting the framework as we speak (supposedly).</p> <p>Instead of WF, I'm thinking of trying to implement a plain-old GoF "State" pattern, and using Spring.NET to wire everything together. Is there anything out there that already does this, or something similar?</p> http://stackoverflow.com/questions/1860255/data-storage-in-php-frameworks 4 Data storage in PHP Frameworks Arno 2009-12-07T14:19:55Z 2009-12-07T18:26:24Z <p>Actually, I'm looking for a framework which helps me using a "Data Mapper" pattern. I have noticed that a lot of PHP framework propose an "Active Record" implementation...</p> <p>I found the "Active Record" too poor for managing "functional data"... It also seems simpler to handle "complex transactions" with this pattern, or to handle non-DBMS backends...</p> <p>Does anybody know of a PHP framework which handles "Data Mapper" pattern ? Or a PHP framework which handles "Transactions" independently from DBMS ?</p> http://stackoverflow.com/questions/1825359/java-web-frameworks 2 Java web frameworks mnml 2009-12-01T10:40:16Z 2009-12-07T10:33:44Z <p>I was looking around to see if there is an equivalent to django/RoR in java. </p> <p><strong><em>I found:</em></strong></p> <ul> <li><a href="http://www.playframework.org" rel="nofollow">Play Framework</a></li> <li><a href="http://www.grails.org" rel="nofollow">Grails</a></li> </ul> <p>Does anyone have ever tried those frameworks, or do you know any other? Are they faster than django/RoR?</p> http://stackoverflow.com/questions/1854125/experiences-with-javeline-ajax-org-javascript-framework 0 Experiences with Javeline / Ajax.org javascript framework? unknown (google) 2009-12-06T02:14:27Z 2009-12-07T09:14:24Z <p>Hi all, </p> <p>I've been looking for javascript frameworks to build a spreadsheet-like app and found <a href="http://www.ajax.org/" rel="nofollow">Ajax.org</a>. Does anybody have experience with it? With that name is hopeless to try to google for it.</p> <p>I'm curious about how it compares to <a href="http://www.sproutcore.com/" rel="nofollow">Sproutcore</a> or <a href="http://cappuccino.org/" rel="nofollow">Cappuccino</a>.</p> <p>Thanks!</p> <p>jbar</p> http://stackoverflow.com/questions/1851920/why-use-a-framework-with-php 4 Why use a framework with PHP? ste 2009-12-05T11:16:46Z 2009-12-06T22:12:59Z <p>I'm curious, what are the advantages (and disadvantages) on using a framework with PHP?</p> <p>I've been using PHP on and off since version 3. I've never used any of the frameworks available for PHP, so what am I missing out on?</p> http://stackoverflow.com/questions/1855312/where-can-i-get-good-resources-to-start-learning-the-zikula-framework 0 Where can i get good resources to start learning the zikula framework? Colour Blend 2009-12-06T12:49:48Z 2009-12-06T13:14:10Z <p>A client just asked me to develop a site for her company and she particular requests the use to of the Zikula PHP framework.</p> <p>I don't want to propose something different cause i think i can pull it off. I have two major concerns.</p> <ul> <li>How can i build templates on Zikula?</li> <li>How can i customize it?</li> </ul> <p>I will be more than happy i could get links to where i could read about it. Thanks in advance.</p> http://stackoverflow.com/questions/133701/is-symfony-a-good-framework-to-learn 2 Is Symfony a good framework to learn? Daok 2008-09-25T14:30:01Z 2009-12-06T02:16:17Z <p>I've never used any public framework (always used internal frameworks, or my own). I see that <a href="http://en.wikipedia.org/wiki/Symfony" rel="nofollow">Symfony</a> has a <a href="http://www.symfony-project.org/" rel="nofollow">lot of tutorials and nice documentation</a> and seems to have everything from CRUD to multiple language handling.</p> <p>Do you think it's a good framework to build a website that is more complicated than a blog*? If not, what is another alternative?</p> <p>*Website with login to manage financial data.</p> http://stackoverflow.com/questions/1852316/exploring-php-frameworks -2 Exploring PHP Frameworks [closed] tonsils 2009-12-05T14:20:42Z 2009-12-05T20:03:35Z <blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="http://stackoverflow.com/questions/2648/what-php-framework-would-you-choose-for-a-new-application-and-why">What PHP framework would you choose for a new application and why?</a> </p> </blockquote> <p>Hi All,</p> <p>I was wondering if people could please provide with a bit of an insight into which PHP Framework people are using, think is at the top of the list.</p> <p>Also, any framework that runs on a Mac OS X platform.</p> <p>I have seen CodeIgniter, CakePHP and Zend but from my readings, CodeIgniter seems to be the favourite.</p> <p>Unsure if this works on Mac platform but would be interested to hear your thoughts.</p> <p>Thanks.</p> http://stackoverflow.com/questions/1852876/django-vs-phpframework 3 Django vs PHP+framework Rok 2009-12-05T17:47:03Z 2009-12-05T18:05:42Z <p>Hi,</p> <p>I am in the process of choosing a web framework for an application that will contain:</p> <ul> <li>an ajax heavy user interface for administration and configuration</li> <li>subsite accessed by mobile terminals (like cellphones, windows mobile, etc) that will include Google Gears for offline support</li> <li>a reporting site</li> </ul> <p>Since I know basic PHP as well as Python, I am inclined to use Django since Python is a much better language. However, needing to use ajax (jquery, YUI,...) extensively and a need for some kind of reporting engine (like Jasper Reports for java), steers me away from Django since I do not see many results on google... Just seems PHP has so much more documentation and addons that could assist with my requirements, plus the frameworks such as Symfony or CodeIgniter wrap some of the weaknesses of the PHP language.</p> <p>Any experience with ajax and reporting and Django? Basically, I want to be convinced that going with Django is the way to go, or warned to stay away from it.</p> <p>Cheers</p> http://stackoverflow.com/questions/475841/comparison-of-net-validation-frameworks 3 Comparison of .NET Validation Frameworks Hosam Aly 2009-01-24T10:38:21Z 2009-12-05T02:37:57Z <p>I was searching for a validation framework for .NET. I saw a few, but I didn't see any comparisons. Which one do you prefer to use, and why?</p> http://stackoverflow.com/questions/1755180/distributed-computing-framework-net-specifically-for-cpu-instensive-operatio 2 Distributed Computing Framework (.NET) - Specifically for CPU Instensive operations StevenH 2009-11-18T10:50:52Z 2009-12-04T21:25:49Z <p>I am currently researching the options that are available (both Open Source and Commercial) for developing a distributed application.</p> <blockquote> <p>"A distributed system consists of multiple autonomous computers that communicate through a computer network." Wikipedia</p> </blockquote> <p>The application is focused on distributing highly <strong>cpu intensive</strong> operations (as opposed to data intensive) so I'm sure MapReduce solutions don't fit the bill.</p> <p>Any framework that you can recommend ( + give a brief summary of any experience or comparison to other frameworks ) would be greatly appreciated.</p> <p>Thanks.</p> http://stackoverflow.com/questions/1844088/what-are-good-test-automation-frameworks 1 What are good test automation frameworks? esac 2009-12-04T00:30:01Z 2009-12-04T16:55:17Z <p>I am looking for a tool to integrate many different types of automation and test frameworks in order to automate fully end-to-end scenarios for testing. For example, a typical workflow might be:</p> <ul> <li>Install an Operating System (Ghost, etc..)</li> <li>Configure the operating system (open firewall exceptions, setup users, etc..)</li> <li>Install Software (Visual Studio, SQL, etc..)</li> <li>Run tests (Visual Studio Unit Tests, nUnit, custom tools, etc..)</li> <li>Generate Reports on the above runs</li> <li>Allow monitoring of machines, tests in progress, and scheduling of test runs</li> </ul> <p>Does anybody know what system like this might exist?</p> http://stackoverflow.com/questions/530712/whats-the-state-of-tdd-and-or-bdd-in-php 3 What's the state of TDD and/or BDD in PHP? Ethan 2009-02-10T00:53:16Z 2009-12-04T14:41:31Z <p>How widespread, supported, developed is testing in the PHP world? On par with Java? Up there with Ruby/Rails? I Googled and found that testing frameworks exist but I'm wondering if they're widely used. </p> <p>Do the major PHP IDE's have built-in test runners the way Eclipse's Java tools do or NetBeans's Ruby/Rails tools do? Is testing built into PHP's MVC frameworks as with Rails?</p> <p>I ask because a group where I work wants to hire someone to develop a PHP app for them. I'm concerned about quality and maintenance as I might be called on to support this thing.</p> http://stackoverflow.com/questions/750112/overengineering-how-to-avoid-it 47 Overengineering - How to avoid it. MRFerocius 2009-04-15T02:47:09Z 2009-12-04T13:05:11Z <p>Sometimes I find myself designing my classes for a certain project. I start with some entities, some interfaces, but after some time I think:</p> <p>Hey what about creating a handler for the classes using a Factory Method, Strategy, Using Generics, etc, etc, etc.</p> <p>At some point when I look to my classes I have a lot of generics, small objects, everything turn so complicated that I feel desmotivated. I turn a simple project into a NOT COMPLETED PSEUDO FRAMEWORK. And I,ve never created a framework before.</p> <p>How do you battle the impulse to complicate things? How do yo recognise the point where you should stop the utopic design and start doing working things?</p> <p>Any advise? How you do it?</p>