Blog Archives

Manage server throughput for large downloads

Manage server throughput for large downloads Initially I want to explore the solutions to implement Servlet/OutputStream with limited throughput in order to limit single download to some bandwidth. It looks to be a perfect article which describe the way to

Tagged with: , , , , ,
Posted in Software Development, Tips and Tricks

Useful Eclipse navigation shortcuts for java developer

I find that this article (10 Eclipse Navigation Shortcuts…) is great and will save you a lot of time in development/coding if you are programming in Eclipse. I personally prefer Intellij Idea for java development, but in case of Android

Tagged with: , , ,
Posted in Android, Tips and Tricks

Richfaces a4j:poll and a4j:push Can Do More Together

Task: Update the content of the page if the content is changed on server-side, in other words – show the most-fleshiest content to the user. The most simple solution that comes to mind is to use <a4j:poll/> component which will periodically

Tagged with: , , , , , ,
Posted in Software Development, Tips and Tricks

Export to Excel with jXLS can be faster

I got a question about the jXLS performance, in short it was like “jXLS is a kind of slow for my big reports”. I mentioned that in my previous post (Creating Excel reports from java is easy) It’s true, especially

Tagged with: , , , ,
Posted in Software Development, Tips and Tricks