Profile
Achievement
prgrmmraben's Recent Snippets
- All /
« Prev 1 Next »
DBHelper can retrieve Mysql tables into java objects, without any external libraries or a mapping configuration file.
note: please test before use, then use at your own risk.
0
1569
posted 10 years ago by prgrmmraben
a simple solution that illustrates a very practical usage of java filters, in this example we try to block any Ddos attack, spam access and route clients or visitors to there corresponding pages.
note: please test before use, then use at your own ri...
0
1850
posted 10 years ago by prgrmmraben
caching session variables in Mysql using memory engine for fast client response.
note: please test before use, then use at your own risk.
0
1365
posted 10 years ago by prgrmmraben
This snippet of code, illustrates how to put, remove or accumulate values in a JSONObject object, use of JSONWriter for putting key/value pairs in "quick and convenient way" as stated by official documentation, and more practical uses for org.json b...
0
1056
posted 10 years ago by prgrmmraben