1
vote
1answer
41 views

Ext JS with C# Backend

Im currently starting a new WebProject. The plan is to generate the entire frontend via extjs and communicate with a C# .Net Backend (via ExtDirect !? )... My problem is that i dont really know what ...
-9
votes
1answer
57 views

Web application backend [closed]

i need to develop a web application's backend. The frontend was developed with html5, js, css and jquery. My question is: What is the best technology to develop the backend? I have looked php and C# ...
0
votes
1answer
96 views

Use python for backend searching in java web application

I am working on a java web application which implements login/logout and searching facilities. I have just started learning python and have heard that python's dictionary implementation for searching ...
0
votes
0answers
72 views

Admin backend or Inline editing?

Suppose one is writing a web app (something like a CMS, or any other thing). Which of the following interfaces do you think is better? And why? Same interface for admin and public (inline editing) ...
1
vote
0answers
100 views

Backend option for a html/css web app

This is my first post here and by the quality of answers I am used to see from this community, I hope one of you could help me on this... I am currently working on a iPad web app based on a tutorial ...
0
votes
1answer
67 views

php (or better choice?) for sending turn data to a simple webapp game [closed]

I have a simple 2d strategy combat game that I wrote in javascript and jQuery. The user controls 3 or 4 characters as they fight monsters (small screen cap here http://i.imgur.com/C0inB.jpg). It ...
0
votes
0answers
34 views

How change their filesystem structure from development to production?

I am doing front end work on a web app where the directories for development are nothing like what they are on the live website. Is this standard practice? and what is being used on the backend to ...
0
votes
4answers
70 views

django code which runs event independent

I am creating a web application in django and I want to create a backend app which runs continuously instead of running only when the "view" is called. How do I do this ? Any help would be ...
0
votes
3answers
252 views

How web site's backend works? [closed]

I am a beginer for web programming, I need to understand how web application's back end works? When user enter the site's URL, browwser reads index.html file right? And then I need to understand how ...
0
votes
2answers
220 views

Having a backend executable communicate with web app on PHP

Suppose my web app is written in PHP & Mysql on the standard LAMP stack etc...and I have some uber awesome and complex algorithm compiled as an executable in some other desktop programming ...
2
votes
3answers
476 views

Spring: Okay to have two contexts - web & backend?

I have a spring-base web app with a spring-based backend. Currently, the integration is done in a stupid way of manual copying the backend .xml's to the web app resources and merging. I was wondering ...