Alan Boxer

Greenhorn
+ Follow
since Feb 29, 2008
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Alan Boxer

That's just what I need Ernest, thank you very much.

Al
16 years ago
Hi everyone, I've just arrived here from the Head Start book and thought I'd drop in for a while.

Although I used to scratch a living from software development I'm new to OO concepts in general and Java in particular. I'm only halfway through the book and looking for an excuse to use Java. After some little warm-ups on my laptop, I have an application in mind, a simple Web file server. But I've not done anything on the server-side before and would appreciate some hints.

In outline, a user at my web page will press a button and get a file downloaded. That file is bespoke for the user (a educational activity) so the file has to be created first. It might be just a simple concatenation of small files from a pool of files previously uploaded. So what would be the simplest approach that I should look into?

Head Start has short overviews of Remote Method Invocation, Servlets, JSP and JINI and so I guess I'm heading for one of these.

Any thoughts will be much appreciated.

Al
16 years ago