java Programming Glossary: reinventing
What is a lightweight, fast, java servlet container? [closed] http://stackoverflow.com/questions/1515654/what-is-a-lightweight-fast-java-servlet-container customized for a website I'm making. I've grown tired of reinventing the wheel though and am now investigating moving over to java..
What's the best way of parsing a fixed-width formatted file in Java? http://stackoverflow.com/questions/1609807/whats-the-best-way-of-parsing-a-fixed-width-formatted-file-in-java I would use a flat file parser like flatworm instead of reinventing the wheel it has a clean API is simple to use has decent error..
animate JPanel (slide in) with timer http://stackoverflow.com/questions/16316132/animate-jpanel-slide-in-with-timer at variable speed the example is static . Instead of reinventing the wheel you should seriously consider taking a look at.....
Java: recommended solution for deep cloning/copying an instance http://stackoverflow.com/questions/2156120/java-recommended-solution-for-deep-cloning-copying-an-instance
How do I unit test jdbc code in java? http://stackoverflow.com/questions/266370/how-do-i-unit-test-jdbc-code-in-java just run tests against the result sets it returns . Are we reinventing the wheel here Does something like this exist already for unit..
Available Coroutine Libraries in Java http://stackoverflow.com/questions/2846428/available-coroutine-libraries-in-java looking for an existing implementation in a bid to avoid reinventing the wheel unnecessarily. The other one is a question relating..
Design Patterns web based applications http://stackoverflow.com/questions/3541077/design-patterns-web-based-applications warmly recommend to pick an existing framework rather than reinventing your own. Learning an existing and well developed framework..
When should we call System.exit in Java http://stackoverflow.com/questions/3715967/when-should-we-call-system-exit-in-java an undervalued and misunderstood mechanism and people are reinventing the wheel with all kind of proprietary custom hacks to quit..
How can I write a Java application that can update itself at runtime? http://stackoverflow.com/questions/4002462/how-can-i-write-a-java-application-that-can-update-itself-at-runtime your specific requirements. If you can find a way to avoid reinventing the wheel that would be good. See the other answers for suggestions...
How to deal with the most common classes missing on J2ME http://stackoverflow.com/questions/859449/how-to-deal-with-the-most-common-classes-missing-on-j2me my own implementations of that classes. This seems to be reinventing the wheel and I think I could not do it as good as others have..
Why does java.util.Properties implement Map<Object,Object> and not Map<String,String> http://stackoverflow.com/questions/873510/why-does-java-util-properties-implement-mapobject-object-and-not-mapstring-st exposing only those features of Map that make sense. Since reinventing Java Martin Odersky has gone on to create the new Scala language..
|