hi guys,
our dev team is currently using asp.net 2.0 and after a lot of browsing and cross site referencing i found that the new in thing is the asp.net MVC but found that there's a few things that it can't do such as support asp.net controls, view state.
i'm not sure what are the other limitation besides the total change of paradigm w...
I have created several php projects from scratch before, but I realize that it now becomes totally impossible to maiintain all of them as they are all written differently. Especially when they are written several months ago.
I need to create new php projects regularly so would using Frameworks help me with the problem ? IS this a valid ...
Hey,
Im new to symfony and have some simple questions. I am trying to understand the module system, but I dont understand how I create the actual homepage or other pages that are not based off of a model from the db. For example, the simple about page that has static info or the homepage that is a combination of a bunch of information f...
I am trying to get some detailed performance information from an application my company is developing. Examples of information I am trying to get would be how long a network transaction takes, how much CPU/memory the application is using, how long it takes for a given method to complete, etc.
I have had some failed attempts at this in t...
Hi,
I'm just giving it a shot to learn objective C and Cocoa and play
aound with the Google APIs.
I am trying to follow the instructions on the main page to include the
framework within my application but I'm not having much luck.
Would someone be able to provide some instuctions with a bit more
detail?
I would greatly appreciate it.
...
I've seen several database cache engines, all of them are pretty dumb (i.e.: keep this query cached for X minutes) and require that you manually delete the whole cache repository after a INSERT / UPDATE / DELETE query has been executed.
About 2 or 3 years ago I developed an alternative DB cache system for a project I was working on, the...
Hello everybody!
I've created a new App and want to test ist in release Version. So I copied the Growl Framework to my ProjectFolder and added into XCode.
Then I copied the new files in the Target to my Project and copied the growl.framework to the new "Copy Files" Framework folder in "Targets". When i debug my Project, its all right, ...
I am python newbie from the asp.net MVC world, looking to start a new web application project in python.
How do I go about choosing a web application framework in python? Python website points to a lot of frameworks. So much that I am confused to the core.
I have some rudimentary knowledge about the frameworks. Here’s based on what...
I've read several chapters of the CSLA book and I like it, but being lately geared more towards Java, I'm looking for a Java-based equivalent. Does anybody know anything that comes close to CSLA in Java?
I would also settle for a good combination of other existing technologies that would achieve similar goals.
...
Hey All!
So I am somewhat new to symfony but am getting better by the day thanks to the symfony websites and stackoverflow! So, I have a module called articles, where I display a list of articles the I uploaded. On the index, its just lists all of the article. BUt i was wondering how I could make it so that if I click on the author, for...
It is the second time that I stumble across that issue and I haven't found a good solution yet. My problem is that I want to package a framework like JAR with a default Spring context and give the user of my JAR package the possibility to use this configuration (or even an ApplicationContext implementation) to add his own bean definition...
I want to download .net framework 3.5 sp1 to install on client computer (just ramework not full VS package), as because its needed to run .net 3.5 applications.
I got this link from google: http://www.microsoft.com/downloads/details.aspx?FamilyId=AB99342F-5D1A-413D-8319-81DA479AB0D7&displaylang=en
I am not loading "Full Package" gi...
Hey All,
I have been using symfony for a few weeks now and I am using the online help a lot but the "Definite Guide To Symfony" seems to be very outdated. For example, I want to use the form helper function like the select_tag() function or the ajax form_remote_tag() function. However, these dont seem to exist anymore and I can only fin...
I am experimenting with Ruby and Rails. I like Ruby, but not Rails. I have Java/PHP background, I have used some frameworks, but never totally liked any of them.
Anybody using Ruby to build web apps, but not any of the frameworks? (rails, merb etc). If yes, can you point me to some resources to learn it?
...
So I have a module that displays articles. And I tried to make an action that displayed all article of a certain publication when that publication was clicked. I tried following the way to do this on the symfony jobeet tutorials but I ran into some new headaches. Since publications and authors can sometime be url unfriendly, I want to us...
I am building a new app in .NET3.5. This app is heavily geared at retreival of information from backend web services, and so I would like to use AJAX to 'nicely' call my C# web services. What's the best way/framework/toolkit to use AJAX in VS2008?
...
In my Java project I'm using two different frameworks (let's say A.jar and B.jar) and both of them require one common framework (let's say Log4j.jar) but in two different versions. How it is treated by Java if framework A needs Log4J v1.1 and B needs Log4j v1.2? Will it cause some kind of conflict/error or will by somehow (how?) resolved...
I've been trying to figure out how to enable $_GET in CI.
It appears the framework deliberately destroys the $_GET array, and that enabling it requires serious tinkering with the core classes. can anyone say why this is, and how to overcome it?
mind you, i'm looking to keep URI parsing and routing the way they are, just simply have the...
Hi,
I have the following controller
@Controller
@RequestMapping("/project/view.html")
public class ProjectViewController {
private static final String viewName = "projectView";
@RequestMapping(method = RequestMethod.GET)
public String showPage(Model model,
@RequestParam(value="id",required=false) Long id) {
//code.....
...
Are there any similar frameworks like Sinatra, Ramaze etc in .NET?
I'm in theory after a framework that let's me create an entire webapp with just one classfile (conceptually) like Sinatra.
I'm going to use it for something work-internal, where ASP.NET MVC is too "big" (and I get confused by it's usage) and I have WebForms up to my ear...