JSP wiki....Still not enough, but might be something cool to add.
server_crash
Postaholic
2,111 posts since Jun 2004
Reputation Points: 113
Solved Threads: 20
JSP Wiki already exists :)
In fact there's an open source wiki with exactly that name (which is indeed written as a set of JSPs).
the original idea is indeed not very complicated. RSS feeds are just standard components to plug into existing frameworks and servers so add only the little complexity of adding a few lines to some configuration files.
You'll have to come up with something that actually requires some programming rather than plugging ready-made products together and maybe making some graphics and stylesheets.
jwenting
duckman
8,392 posts since Nov 2004
Reputation Points: 1,662
Solved Threads: 337
What kind of programming do you know?
server_crash
Postaholic
2,111 posts since Jun 2004
Reputation Points: 113
Solved Threads: 20
Create a website than can run an interpreter. I send, paste or type a short program code into the site's entry field and the site returns the result. The language I like to see is of course Python.
vegaseat
DaniWeb's Hypocrite
5,976 posts since Oct 2004
Reputation Points: 1,345
Solved Threads: 1,416
Create a website than can run an interpreter. I send, paste or type a short program code into the site's entry field and the site returns the result. The language I like to see is of course Python.
Neat idea.
server_crash
Postaholic
2,111 posts since Jun 2004
Reputation Points: 113
Solved Threads: 20
If you go that route, make it real-time with "AJAX." (Otherwise the project could take less than 10 lines of code.) Then write a tetris in Python, and run it over the Javascript console. :-)
Rashakil Fol
Super Senior Demiposter
2,658 posts since Jun 2005
Reputation Points: 1,135
Solved Threads: 176
Well, you'd have to put in a very serious security layer to prevent harmful code from being executed.
Too many websites (and other applications) forget about that, allowing the user to execute unguarded code on the server with often disastrous results.
That would be the real project, the presentation and user interface the icing on the cake.
Neat idea.
jwenting
duckman
8,392 posts since Nov 2004
Reputation Points: 1,662
Solved Threads: 337