dflemstr
It's a ball.
Hello everyone,
This Sunday, I was talking to craigix about appstores and such. Long story short, I decided to create my own implementation of an application management webapp as an experiment and just for fun. After a couple of days of hacking, I ended up with something that was quite nice; the webapp has some unique features and is blazingly fast (at least on my LAN; users with higher ping will of course have latency).
Anyways, I'd like to see what everyone thinks of it, whether they can find any bugs etc. So, I'll let everyone have their way with it.
NOTE that this is in-development. There are a lot of things missing, and I'll take the server down from time to time to make upgrades.
(An upgrade does typically take up to 6 seconds)
Beta testing
This is what I want any potential beta testers to do:
Additional information
I really want you to try doing something nasty, (To the Box app; NOT to the server please!) so I'll give you some info to aid you:
Logging in on the server (via e.g. SSH)
User: 'box'
Password: 'Hello, World!'
(This is an user account set up specifically for this purpose)
MySQL:
User: 'box_user'
Password: 'abc123'
Database: 'box'@'localhost'
File storage:
Path: '/var/box'
Permissions: 'jetty:jetty'
Servlet container
Server: Jetty 6.1.20
Using the NIO connector + persistent closures for long requests ( B) )
Good luck!
Screenshots
This Sunday, I was talking to craigix about appstores and such. Long story short, I decided to create my own implementation of an application management webapp as an experiment and just for fun. After a couple of days of hacking, I ended up with something that was quite nice; the webapp has some unique features and is blazingly fast (at least on my LAN; users with higher ping will of course have latency).
Anyways, I'd like to see what everyone thinks of it, whether they can find any bugs etc. So, I'll let everyone have their way with it.
NOTE that this is in-development. There are a lot of things missing, and I'll take the server down from time to time to make upgrades.
(An upgrade does typically take up to 6 seconds)
Beta testing
This is what I want any potential beta testers to do:
- Go to http://dflemstr.dyndns.org:8088/
- Create an user (click on the arrow beside the User menu → Register)
- Upload applications by means of PND files. Use the scripts in pandora-libraries to create PND files or use Google to find some (yes, they do exist already). There are also a few in the Pandora File Archive and in the Git repo.
- Make comments, ratings, use filters, etc...
- Tell me what you think. Everything that is marked with "TODO" is obviously not finished yet, but other than that: If there's a feature you're missing, tell me about it, and if there's something that is weird, also tell me about that.
Additional information
I really want you to try doing something nasty, (To the Box app; NOT to the server please!) so I'll give you some info to aid you:
Logging in on the server (via e.g. SSH)
User: 'box'
Password: 'Hello, World!'
(This is an user account set up specifically for this purpose)
MySQL:
User: 'box_user'
Password: 'abc123'
Database: 'box'@'localhost'
File storage:
Path: '/var/box'
Permissions: 'jetty:jetty'
Servlet container
Server: Jetty 6.1.20
Using the NIO connector + persistent closures for long requests ( B) )
Good luck!
Screenshots