A framework is an existing library or set of libraries to help you complete a common task faster and more easily. In most cases the tag for a specific framework should be used instead of this tag.

learn more… | top users | synonyms (1)

0
votes
0answers
2 views

Tide without server frameworks

I am using GraniteDS and want to use Tide Framework, especially the data management feautures. Do I need to use one of the server frameworks (EJB, Spring, Seam or CDI) to be able to use Tide ...
0
votes
2answers
17 views

Can you switch .net frameworks quickly?

I've only ever used .net 3.5 framework but am looking into getting 4 or possibly 4.5 however if 4/4.5 don't work with the rest of the application I'm working on, is there a quicky way to switch ...
0
votes
0answers
7 views

WebRTC routing by groupId

i am trying to accomplish a basic WebRTC application in Spring with a simple node.js server. I have a MySQL database with groups and corresponding agents. My goal is to determine users which are ...
0
votes
1answer
22 views

Integrate android support library into froyo platform

I'm working on an android image for a multimedia set top box. Since it is Froyo, I have to use the android support library to get fragments. Now, instead of including the library in every app, it ...
0
votes
2answers
18 views

in-browser JSON editor library -> UI for JSON RESTful service

Is there very easy to use in-browser JSON editor library/framework (preferred) or ready-to-use tool/browser plugin. It should be that for some URL http:/example.com/resource, that returns .json. I ...
0
votes
0answers
12 views

Api Twitter and Spring.NET Social someone help me?

I am using Spring for net library and its development for the social network Twitter, my problem is this: TwitterProfile profile = twitter.UserOperations.GetUserProfile ("blabla"); Label1.Text = ...
0
votes
1answer
47 views

laravel 4 upload image form

I'm trying to make a form that allows uploading a file and store it in the public/upload folder of the application. my form is: <form action="/image/save" method="post"> <input name="image" ...
-1
votes
1answer
28 views

CMS vs. Frameworks for creating and selling websites/web applications [closed]

Me and a couple of friends are going to be developing web applications and websites for small businesses and individuals. We will be custom building/tailoring each website to each client's needs. We ...
0
votes
0answers
28 views

Combination of frameworks in web development for both desktop and mobile? [closed]

I am looking to replace the "I do everything at once, but am horrible at most of my parts" framework jQuery Mobile and was thinking, why not just use micro frameworks that are good at what they do, ...
0
votes
1answer
25 views

Getting an error message when putting Laravel test project online

I am getting this message when I attempt to put my site up online Unhandled Exception Message: Error rendering view: [home.index] Trying to get property of non-object Location: ...
0
votes
0answers
10 views

Framework like ATG Dynamo Application Framework

I am a ATG developer, I am developing an application for my own venture, I know ATG is pretty expensive. So I want to know if there is any java framework like ATG. Of if any way to use ATG DAF free ...
1
vote
0answers
31 views

Is it possible to use MathML to describe data tables?

I'm using JEuclid library for rendering MathML script. I want to display data tables using MathML. I googled it but all the results describe mtable with examples showing describing matrices. So, I'm ...
0
votes
0answers
43 views

Best PHP Framework with user interfaces [closed]

I am starting a back office user system that allow users to add content to a database. This project is no CMS based on website. I develop a andorid application and I need a back office to add and edit ...
0
votes
1answer
30 views

objective c secure header file

Is there a way to create a header file containing some methods without others being able to get to the definition of my methods inside .m files? For example, you can't access method definitions of the ...
-1
votes
1answer
28 views

Learning Material For the Pyramid Web Framework? [closed]

I have started to learn the Pyramid Framework and i find it outstanding, but i need to indulge more and more in the Pyramid, as i started to love the Framework, Anybody has some Learning Resource like ...
0
votes
2answers
27 views

Entity Framework 5 multiple databases

I am totally new to developing technology ASP.NET MVC + Entity Framework 4 5 (DataBase First). I'm in a problem that even after hours of research I have not found a solution. On my application need ...
0
votes
2answers
23 views

zend framework 2 : bootstrap file outside webroot

I'm creating a zend framework 2 website and i want to create a few standalone php files (that use some of the Model objects) so i can put them in a cronjob. I also want to place them outside the ...
0
votes
1answer
18 views

Javascript framework can't really call methods internally

I have been trying to mimic some of jQuery's syntax for a much smaller plugin. I have struggled with using methods of the $ object internally for a while now. Let me illustrate: (function() { ...
0
votes
1answer
13 views

vie.js example not working

I've tried to imlement vie.js (viejs . org) in order to make my CMS's html output more machine readable/manipulatable. However, the vie-2.1.0.js always throws an error: Uncaught TypeError: Object ...
0
votes
0answers
37 views

Sqlalchemy based alternatve to Django [closed]

Hi I have been using Django to a reasonably advanced level over the last two years. I think it is great for most things, but I notice that the ORM is somewhat limited for some of the tasks I want to ...
0
votes
0answers
16 views

Do I need a framework [closed]

Am planning an enterprise (hopefully) web application and wanted to know if I would need a framework or not? The application will feature: file upload and management per user, user profile, user ...
-3
votes
1answer
17 views

Entity framework using vb.net,stored proc and involve multiple tables

I have a person table with first name,last name, phoneid other details. The phoneid is an identity column in Phonetable. I need to add/update the person info. First, it should check if the phone ...
-3
votes
1answer
39 views

JAVA based Web Application available tools or framework [closed]

What are the best JAVA based web application tool or framework to speed up the develop and deployment? The Framework or Tool should help in customize the functionality. Client requirements are: ...
0
votes
1answer
18 views

What is the best way to address multiple framework dependencies in iOS/XCode?

My company uses the [iOS Universal Framework]: https://github.com/kstenerud/iOS-Universal-Framework 'Real Framework' model. Advantages are non-conflicting dependencies, 'tag/branch'- like control, ...
-3
votes
0answers
23 views

Do I need Zend Server to Run a Zend Rest API

Do I need Zend Server to Run a Zend Rest API I am working with Zend Framework 2, and I have created an Restful API, however my company decided not to use Zend server. Now I want to use red had ...
0
votes
0answers
19 views

.NET Serilization/Marshaling similar to Apache Cammel: Bindy?

Is there something similar to Apache Cammel: Bindy in the .Net world? I'm trying to avoid having to write something similar, but I may have no choice. Even bindy won't entirely work for me since I'm ...
1
vote
0answers
19 views
+150

Weak Linked Framework Causing “File Not Found” Error

I am building an app that uses the Social.h and Accounts.h frameworks. I have both Frameworks set as optional. I have my Base SDK set as 6.0 I have iOS Deployment Target set as 5.0 When I build ...
-3
votes
0answers
32 views

Integrating Web Services into Web Development framework using ASP.NET [closed]

I am developing an open source WAF using C#. Till now I have written modules for direct communication. I want to integrate Web Services (like Login, Fetching Account Details in the form of XML from ...
0
votes
0answers
16 views

Header Search Paths error

I am adding a private framework Message under the Framework section. What will be the Header search paths for that? I have used "$(SDKROOT)$(SYSTEM_LIBRARY_DIR)/Message", but this gives the following ...
-3
votes
0answers
35 views

which web application framework for java should i use? [closed]

I making an search engine as a project, and decided to use Java as language, since it is very old and powerful, with almost any tools available for it. Which framework i should use for it? So that it ...
0
votes
1answer
31 views

CSS Table Formatting Improperly

I have a problem with formatting a CSS table using the Gumby framework. The first row of the table "grabs" content above it. I suspect I have some unclosed tag, but I sure cannot find it. Here is ...
0
votes
1answer
23 views

how to extract a specific list from a Model with Agile Toolkit

i'm working with Agile Toolkit i got a Model_Product class Model_Product extends Model_Table { public $table="product"; function init(){ parent::init(); ...
1
vote
0answers
47 views
+50

Get Application Pools from multiple servers IIS7

I am trying to get all application pools running on IIS7 servers. I want to display these in a grid and allow users to start, stop, or recycle them. This works great in IIS6 using DirectoryENtry but ...
0
votes
1answer
35 views

how to call function of controller in cakephp framework with default function?

i am new comer for cakephp framework. i can not call functions of controller. Controller- class PagesController extends AppController { public $name = 'Pages'; public $uses = array(); ...
0
votes
0answers
8 views

new/recent/fancy framework/cms for simple webpage project

i need to make a webpage for an event-location. so the main things which should be on the page are an "about" section, "upcoming events", "event archive", "news", "contact". the usual suspects ...
0
votes
2answers
24 views

.Net 4.0 and .Net 4.5

I am planning to develop a new mvc website with .Net Framework 4.5. But I have to do some maintenance work for an already existing mvc website which is built on Framework 4.0. Will there be problems ...
0
votes
3answers
35 views

How to manage URLs in PHP

I have urls like: example.com/category?id=5, but I want this url look like example.com/category/category_name. I use pure php without any framework. Can you please suggest me any way to do it..?
0
votes
3answers
34 views

Framework for handling multiple messages coming in JMS [closed]

We have a JMS channel on which different types of messages are coming,currently we have a code in place to check which message to process in a particular way by checking the content of mesage.We are ...
0
votes
2answers
40 views

how to add QuartzCore.framework in xcode

I create one application and I so need QuartzCore.framework for add in my project but when search in framework list not found in it. this is my project : please tell me how to add this framework in ...
0
votes
0answers
37 views

Data rendering is making animation lag

We are currently use Angular.js for our application and we need to add animation. We create directive that help us with that. But the main problem is that if I start an animation at the same time as ...
-3
votes
1answer
36 views

Is there a PHP framework for ticket system? [closed]

I'm working on a ticket system, rather like an issue system that assigns tasks to developer. We need to integrate a small ticket system in a big webapp made in PHP, to allow operator to ask something ...
0
votes
0answers
5 views

framework selection for enterprise solution

Planning on creating an enterprise web application and need to think about performance,scalability and a low hardware footprint. Been looking at various frameworks across the internet and two seem to ...
0
votes
1answer
12 views

Smart job board top menu items restriction for user

I'm currently working on Smart Job Board script customization. Here is my thing: I want to restrict a menu item for guest and job seaker I'm writing the follow script but its not working. {if ...
-3
votes
2answers
28 views

How to know wich Framework requires a external application? [closed]

How can I know which version of Framework requires to be installed in the PC to execute a application which is developed in .NET but not developed by myself? How to know which version of FW needs that ...
-2
votes
1answer
126 views

Pyramid or Django? [closed]

I am an intermediate Python Developer and had developed few Python apps and now i want to jump to the framework for the rapid development, as plain Python will be very tedious, so i found two big ...
0
votes
0answers
36 views

context database.sqlQuery<type>() with dynamic parameter list

i have a problem with an sqlQuery/Exec. My Stored Procedure returns a list of entitys. But i need to append the parameterlist dynamicly. using (MyContext db = new MyContext ()) { ...
0
votes
1answer
29 views

How to choose a Mock framework for web application running on Java EE and what is general important Mock framework? [closed]

I need your help in choosing mock framework. I'm a junior developer of web application in Java EE with Maven, Spring and Hibernate. We have many jUnit tests for DAO and service layer. Now I got a new ...
0
votes
0answers
44 views

testNG : find which test classes will run before any of them are

I am working with testNG where I run an external test framework, receive the result data and assert it. To run the external test framework I need to set up a specification for which tests that should ...
0
votes
1answer
33 views

MSBuild compile error “resgen.exe” .Net FX 3.5 Tools

Im trying to compile a project made in VS2012 in Windows 7 x64. Trying to compile it in a virtualmachine with Windows 7 x86 and .Net framework 4.0 installed using MsBuild 4.0 but I get this error ...
1
vote
2answers
87 views

Running CodeIgniter Project

I have a Whole web site project based on CodeIgniter framework. My problem is i don't know how to run this project on my local Mamp Server. I have Successfully set up Mamp and Also run the latest ...

1 2 3 4 5 117