Tagged Questions
33
votes
8answers
2k views
Is memory management in programming becoming an irrelevant concern?
Background
I revisited an old (but great) site I had not been to for ages - the Alioth Language Shootout (http://benchmarksgame.alioth.debian.org/).
I started out programming in C/C++ several years ...
3
votes
2answers
183 views
Java Transaction Service without the application server
Is it possible to have a Java standalone application (no application server attached) that exposes some operations that a client can call and be the one to manage the transactions?
I was thinking ...
4
votes
2answers
411 views
What's a good way to store/load a word list with thousands of entries?
I'm working on a project that requires a simple dictionary for checking spelling; it will be large, but will lack definitions. The solution we're currently working on has the base word list in a text ...
-3
votes
1answer
309 views
Which free Java language resource editor? [closed]
I sometimes do a localization of some java apps. It began with Kosmo GIS, where the devs suggest to use Babelfish. It is a little bit older, but free and relatively user friendly.
However, for me ...
1
vote
6answers
418 views
Structuring multi-threaded programs
Are there any canonical sources for learning how to structure multi-threaded programs? Even with all the concurrency utility classes that Java provides I'm having a hard time properly structuring ...
4
votes
10answers
865 views
I'm 15 years old. What would you recommend for resources? [closed]
I'm a 15 year old kid who seems to excel in all of his classes, likes talking in 3rd person, and wants to learn more about programming and a little about html/php stuff. I already know a little ...
0
votes
1answer
107 views
suggestions for resources for learning java ee - for a guy familiar with c and intermediate in oop concepts [duplicate]
Possible Duplicate:
Good books for JavaEE 6
Please suggest any good java EE learning resources that you have came across , and think is worth mentioning which are
simple enough for a ...