Tagged Questions
The backend tag has no wiki summary.
16
votes
4answers
16k views
Backend Administration in rails
I'd like to build a real quick and dirty administrative backend for a rails app I have been attached to at the last minute. I've looked at activescaffold and streamlined and think they are both very ...
13
votes
3answers
422 views
Architecture for providing different linear algebra back-ends
I am prototyping a new system in Python; the functionality is mostly numerical.
An important requirement is the ability to use different linear algebra back-ends: from individual user implementations ...
12
votes
2answers
192 views
code examples for learning LLVM backend programming
I am learning programming LLVM backends.
Currently I am interested in analysis passes, later program transformations. (I assume as I will be more fluent with analysis then will be time for program ...
10
votes
10answers
1k views
Java vs. C++ for building a GUI which has a C++ backend
I currently have a C++ backend that I need to connect with a GUI, and since I've never built a GUI before, I was confused on where to start.
I'm comfortable writing code in C++ and Java, so I'd ...
9
votes
7answers
380 views
why server side Javascript is not widely used? [closed]
we know JavaScript is one of the most popular and widely used language in front end.i wonder it is not widely used in back end ?
9
votes
4answers
694 views
C++ compilers and back/front ends
for my own education I am curious what compilers use which C++ front-end and backend.
Can you enlighten me where the following technologies are used and what hallmarks/advantages they have if any?
...
8
votes
1answer
295 views
Matplotlib Backend Differences between Agg and Cairo
Hej,
I'd like to produce high quality PDFs from matplotlib plots. Using other code, I have produced a large array of numbers, which I plot in a figure using plt.imshow. If I now produce a PDF using ...
8
votes
1answer
163 views
How to setup a private API-System (like google-api)
I'm looking for a web-based system to simply manage libraries (files) as a private api
(like google's framework api). The system (/or framework-module) should have the ability of managing files and ...
8
votes
1answer
434 views
How to register a new LLVM backend?
I'm developing a very basic new LLVM backend for a RISC machine (named Risco), based on the existing Sparc backend and this tutorial. To register the backend, I've used the following.
At ...
8
votes
10answers
295 views
Why do most people say that data services and the database are the most important parts of a system? [closed]
Why do most people say that data services and the database are the most important parts of a system?
From what I have seen, it is the front end development: GUI, WEBUI, XAML that is the most ...
8
votes
5answers
2k views
What are the benefits of JCA?
Our application often connects to different king of back-ends over web services, MQ, JDBC, proprietary (direct over socket) and other kids of transport. We already have a number of implementations ...
7
votes
1answer
355 views
Shared models between two Rails apps - what is the ideal solution for Workflow?
I am currently working on a Rails 3 project that is divided up into four parts:
The public facing website
The administration website/backend
The models
The API for third party data access
As the ...
7
votes
3answers
4k views
How to get a website screenshot in python
What I want to achieve is to get a website screenshot from any website in python.
Env: Linux
6
votes
7answers
169 views
Do not use System.out.println in server side code
I heard that using System.out.println for logging purposes is a very bad practice and this may force the server to fail.
I don't use this approach but I am very interested in knowing why ...
6
votes
2answers
687 views
Front-end design first, or back-end development first? For Ruby on Rails site
I am doing everything on my own: front-end and back-end. I am proficient with HTML and CSS, but a noob in Ruby on Rails. Now that I want to develop the site, I wonder if I should start from front-end ...
6
votes
4answers
2k views
Questions for compiling to LLVM
I've been playing around with LLVM hoping to learn how to use it.
However, my mind is boggled by the level of complexity of the interface.
Take for example their Fibonacci function
int fib(int x) {
...
6
votes
6answers
552 views
Are clean URLs a backend or a frontend thing
What do you think.. are clean URLs a backend or frontend 'discipline'
5
votes
0answers
178 views
How to make a clean clang front-end?
I'm working on a C++ source analyzer project and it seems that clang is nice candidate for
the parsing work. the problem is that clang heavily depends on the infrestructure "llvm" project,
how do I ...
5
votes
4answers
337 views
What ways exists to generate MSIL from unmanaged code
I am trying to create a backend of my language for .NET platform.
The front-end and interpreter written in Delphi.
Unmanaged API just allows type definitions but no emiting of MSIL.
What ways exist ...
5
votes
2answers
290 views
What are some useful SQL statements / usage patterns that should be known by all developers who may touch the Back end side of the project?
What are some useful SQL statements that should be known by all developers who may touch the Back end side of the project?
(Update: just like in algorithm, we know there are sorting problems, ...
5
votes
3answers
952 views
iPhone App with a Server Backend - How to ensure all access is from the iPhone app only?
I don't mind so much about pirating etcetera, but I want to ensure that the backend (Rails based) isn't open to automated services that could DOS it etc. Therefore I'd like to simply ensure that all ...
5
votes
4answers
700 views
What are CAD apps written in, and how are they organized?
What are CAD applications (Rhino, Autocad) of today written in and how are they organized internally ?
I gave as an example, Autocad and Rhino, although I would love to hear of other examples as ...
4
votes
2answers
177 views
Using OTP/Erlang as a part of the component-based architecture of a web application
I have an Erlang/OTP application which does some business logic. It is written in Erlang mostly for fault-tolerance, because I can easily restart one of the crashed components of the system (high ...
4
votes
1answer
128 views
matplotlib backends - do I care?
[~/repo/py]
|10>print matplotlib.rcsetup.all_backends
['GTK', 'GTKAgg', 'GTKCairo', 'FltkAgg', 'MacOSX', 'QtAgg', 'Qt4Agg', 'TkAgg', 'WX', 'WXAgg', 'CocoaAgg', 'agg', 'cairo', 'emf', 'gdk', 'pdf', ...
4
votes
2answers
200 views
How to explicitly stop a Google App Engine dynamic backend when the start handler finishes?
I have a backend that consumes a queue in its start handler. When the queue is exhausted the start handler will stop. I want the backend to stop when the start handler finishes. I have other code ...
4
votes
2answers
672 views
Google App Engine Java Backend
I've been googling for Google App Engine Backends code samples but I found nothing. Does anyone know where can I find a tutorial or something?
Thanks.
4
votes
2answers
492 views
Best Android backend for turn-based game?
I was wondering if anyone had any good suggestions for the best backend for an android app with play similar to words with friends. Very turn based, sometimes over multiple days.
The first solution ...
4
votes
3answers
452 views
How do dynamic backends start in Google App Engine
Can we start a dynamic backend programatically? mean while when a backend is starting how can i handle the request by falling back on the application(i mean app.appspot.com).
When i stop a backend ...
4
votes
3answers
236 views
Lone programmer do front-end back-end together or one after another
I use PHP with CodeIgniter(MVC framework). My Question is fairly simple. What according to you is the better approach while working with a slightly complicated website.
After planning, and listing ...
4
votes
2answers
406 views
MS Access 2003 - Help understanding the structure of mdb, mde and be
I was just wanting some explanation as to what is going on once you have split your tables out into a back end file, and set an mde out for use.
When a user accesses the mde, is the mdb still ...
4
votes
4answers
2k views
Using C++/Qt4 application as backend for web application
for one of my applications I'd like to provide a minimal web interface. This core application is written in C++ and uses Qt4 as a framework. Since I'm also using some libraries I wrote to calculate ...
4
votes
1answer
1k views
Django - update a model won't delete the old FileField
I am implementing an application with django, which has a model with a FileField:
class Slideshow(models.Model):
name = models.CharField(max_length=30,unique=True)
thumbnail = ...
4
votes
4answers
2k views
Rails: store translations in database
I was searching for a plugin/gem solution to extend the native rails i18n for storing my translations into my database. Maybe I used the wrong search terms, but all I found was the information, that ...
4
votes
4answers
474 views
Resources for x86 compiler backend
I am writing a Tiger compiler in F# and I have decided to emit x86 assembly. I know the basics of how a machine is constructed and also a bit of assembly, but not enough to write a good compiler ...
3
votes
2answers
261 views
Easiest secure Android server backend
I have an Android game and I want it to store data - say a high score for example - against each user on a server backend.
Here's a list of outrageously demanding requirements! It's unlikely any ...
3
votes
2answers
537 views
Starting and stopping Google App Engine backends
I read the Google App Engine backend docs, but I still can't understand how to start/stop backends (dynamic backends) from Python (using URLFetch, I guess).
Could someone give me a code example? The ...
3
votes
3answers
314 views
HTML/JavaScript/CSS Theory - Basic Internet Question
Got asked a very interesting interview question today: a question so (seemingly) elementary, yet one that I have never actually fully understood (at least not in as much detail as I should). And ...
3
votes
4answers
318 views
What does it mean “We use C++/C as backend”
What does it mean when people say we use C++/C as backend.
Lets say facebook for instance whereas frontend is php.
How can one bind any other lang to c++/c?
My context is web.
For instance user ...
3
votes
5answers
2k views
How to setup a CMS as a backend for iPhone app
I would like my iPhone app to get dynamic content off the net. This content should be managed using a CMS. I would like to know in particular if I can setup Drupal or Joomla or other CMS as a backend ...
3
votes
3answers
55 views
How to securely transfer
I have two servers -- a backend server, and a frontend server. Every night, the backend server generates static .html files, which are then compressed into .tar format.
I need to write a script ...
3
votes
1answer
248 views
How can I do block-oriented disk I/O with Java? Or similar for a B+ tree
I would like to implement an B+ tree in Java and try to optimize it for disk based I/O. Is there an API for accessing individual disk blocks from Java? or is there an API that can do similar ...
3
votes
9answers
531 views
Will including unnecessary php files slow down website?
The question might prompt some people to say a definitive YES or NO almost immediately, but please read on...
I have a simple website where there are 30 php pages (each has some php server side code ...
3
votes
3answers
249 views
Looking for a comprehensive guide to setting up custom authentication backends in Django, or pointers
I'm trying to set up a custom backend that queries another database, for which I have created a model in the system. It uses its own rules (email instead of username, and a differently salted/hashed ...
3
votes
5answers
2k views
Is it possible to use the Google App Engine as a backend database for Android applications?
I would like to write a client application for Android that uses the Google App Engine as a database backend. My Android client would connect to the App Engine to save information, then it would ...
3
votes
9answers
1k views
Rapid web application development with a Web Toolkit
I spend a lot of time (actually too much time) developping back-office applications whose main purpose is content management and web application configurations. Here is how I can describe these apps :
...
3
votes
3answers
937 views
Best way to create an Admin section in Grails
Hy,
I'm wondering what's the best way to create an Admin (backend) section in a Grails app ?
I want to create an "Admin" folder in the "controllers" folder of Grails to put all my admin ...
2
votes
1answer
79 views
How to make an alternative site language the default site language?
I've got a TYPO3 website where the default site language is German. A while ago I added an alternative site language which is English.
What I need to do now is to swap those two languages in the ...
2
votes
2answers
73 views
Login required in backend after setting is_secure to false [Symfony]
I'm honestly going crazy with symfony. I had installed the sfDoctrineGuardUser plugin but since it was giving an error that i couldn't solve (Unknown method SfGuardUserTable::retrieveByUsername) I ...
2
votes
1answer
119 views
What framework does youtube use? [closed]
Does anybody know if youtube uses Django, Rails or some other framework?
I googled, but couldn't seem to find any straight forward answer.
2
votes
1answer
34 views
Access UCM Content from backend
Is there any way to get and process the UCM content from a Java class? What I need is to sort a content list based on the metadata field. I can get it from a .jsff page. But I need to iterate ...