0
votes
3answers
58 views
Common Libraries at a Company
I've noticed in pretty much every company I've worked that they have a common library that is generally shared across a number of projects. More often than not this has been a sin …
1
vote
2answers
22 views
“Alert Management System” in Java to support alerts from cross-technology applications
Where Alert Management System roughly fits into this definition: "A system designed to screen events, build profiles associated with the events, and send alerts based upon the prof …
2
votes
6answers
61 views
Distributed Computing Framework (.NET) - Specifically for CPU Instensive operations
I am currently researching the options that are available (both Open Source and Commercial) for developing a distributed application.
"A distributed system consists of multiple …
42
votes
41answers
2k views
Why no love for SQL?
I've heard a lot lately that SQL is a terrible language, and it seems that every framework under the sun comes pre-packaged with a database abstraction layer.
In my experience t …
4
votes
7answers
90 views
Choosing between PHP frameworks and template systems
I have a moderately simple assignment, to create a PHP/PDO site with login functionality and article retrieve/save/edit/search. No tags, nothing else.
Is this overkill to use some …
1
vote
4answers
198 views
PHP Framework: Ebay Like Site
Hello all,
I am going to be builiding a site like ebay - with all the features of ebay. Please note my payment method is limited to paypal.
What would be the best PHP framewor …
2
votes
7answers
159 views
Which is better to continue Java EE or Spring Framework?
I am not so much experienced on enterprise systems but i have some experience on Spring framework.I start to think open source framework such as Spring,Hibernate start to become de …
0
votes
1answer
33 views
Natural language rendering
Do you know any frameworks that implement natural language rendering concept ?
I've found several NLP oriented frameworks like Anthelope or Open NLP but they have only parsers but …
4
votes
6answers
93 views
Small footprint php framework suggestions
I'm working on a small project, where I'm using the codeigniter php framework, but find it's got a bit too much bloat for my purpose.
Essentially I'd like something to make datab …
4
votes
2answers
118 views
Playframework and Django
I have worked with Django before and have recently seen the Play framework.
Is this the Java community's answer to Django? Any experiences with it? Any performance comparisons wit …
0
votes
6answers
86 views
Looking for a PHP MVC framework that just implements architectural goals and design patterns, nothing more
Hello, I have been looking for a good PHP MVC framework that is interested primarily in speed, security, and implementing the MVC design architectural style.
Some of the biggest b …
1
vote
2answers
78 views
Is there any sophisticated role-playing game framework available?
I'm looking for a role-playing game framework which fulfills the following critera:
Open source / Free for non-commercial
Targeted language doesn't matter as long as it's not to …
0
votes
2answers
37 views
Finding the correct Python framework with cmake
I am using the macports version of python on a Snow Leopard computer, and using cmake to build a cross-platform extension to it. I search for the python interpreter and libraries o …
3
votes
4answers
96 views
Why does stack get truncated in Exception.StackTrace?
Why does the high part of the stack (in Exception.StackTrace) gets truncated?
Let's see a simple example:
public void ExternalMethod()
{
InternalMethod();
}
public void Inter …
0
votes
4answers
58 views
Which Java based framework --Lift or Rife ?
I need to build a CRUD application to maintain a simple set of tables. Normally I would do this in php but I cannot deploy this in the client environment.
I want to do this reaso …
