java Programming Glossary: maintenance
Java Best Practices to Prevent Cross Site Scripting http://stackoverflow.com/questions/1159729/java-best-practices-to-prevent-cross-site-scripting over the business code and or in the database. That's only maintenance trouble and you will risk double escapes or more when you do..
Lightweight Java IDE [closed] http://stackoverflow.com/questions/1182071/lightweight-java-ide being able to write patches small enhancements and system maintenance via ssh even when on holiday. Not a bad thing I work a fair..
Apache Commons vs. Guava (formerly “Google Collections”) [closed] http://stackoverflow.com/questions/1444437/apache-commons-vs-guava-formerly-google-collections API in my opinion and generally seems to be in a maintenance don't do too much work on it mode Recently Commons Collections..
JSP page without HTML code for exporting data to Excel Sheet http://stackoverflow.com/questions/1755509/jsp-page-without-html-code-for-exporting-data-to-excel-sheet code doesn't belong in a JSP file that's simply recipe for maintenance trouble . To start create a simple Java utility class which..
How to turn off the Eclipse code formatter for certain sections of Java code? http://stackoverflow.com/questions/1820908/how-to-turn-off-the-eclipse-code-formatter-for-certain-sections-of-java-code strings over several lines of code for ease of maintenance. So instead of something like String query SELECT FOO BAR BAZ..
Class with single method — best approach? http://stackoverflow.com/questions/205689/class-with-single-method-best-approach that would otherwise lie around causing redundancy and maintenance hell. They're very easy to use no instantiation no disposal.. your project is a one off with no requirements for future maintenance the overall architecture really isn't very important static..
Java: recommended solution for deep cloning/copying an instance http://stackoverflow.com/questions/2156120/java-recommended-solution-for-deep-cloning-copying-an-instance that will do the job in one line. pro easy to write no maintenance cons less control of what happens bug prone with mutable object..
Managing highly repetitive code and documentation in Java http://stackoverflow.com/questions/2337170/managing-highly-repetitive-code-and-documentation-in-java bits on vs 0 all bits off in hashCode vs in hashCode java maintenance guava preprocessor share improve this question For people..
Method Overloading. Can you overuse it? http://stackoverflow.com/questions/248222/method-overloading-can-you-overuse-it not is to consider the audience not the compiler but the maintenance programmer who will be coming along in weeks months years and.. if the parameter passed to GetProducts are well named the maintenance guy will be able to work out what the overload does but that's.. Having the full names makes the code more explicit for the maintenance guy who might well be me . It avoids issues with having signature..
Is instanceof considered bad practice? If so, under what circumstances is instanceof still preferable? http://stackoverflow.com/questions/2750714/is-instanceof-considered-bad-practice-if-so-under-what-circumstances-is-instan pattern where applicable. I suppose it simply eases maintenance in some situations... Are there any other drawbacks that one.. processing on these objects might be useful. Idem in some maintenance of legacy code where you cannot inject some new behavior in..
Eclipse: Attach source/javadoc to a library via a local property http://stackoverflow.com/questions/300328/eclipse-attach-source-javadoc-to-a-library-via-a-local-property 2011 workspacemechanic . The Workspace Mechanic automates maintenance of your Eclipse environment by tweaking preferences adding extension..
Tomcat VS Jetty [closed] http://stackoverflow.com/questions/302977/tomcat-vs-jetty share improve this question I love Jetty for its low maintenance cost. It's just unpack and it's ready to roll. Tomcat is a bit.. just unpack and it's ready to roll. Tomcat is a bit high maintenance requires more configuration and it's heavier. Besides Jetty's..
Eclipse RCP: Actions VS Commands http://stackoverflow.com/questions/552435/eclipse-rcp-actions-vs-commands configuration. Specifying Actions in multiple places is a maintenance nightmare . If you have to change the icon of an action you..
What does SwingUtilities.invokeLater do? http://stackoverflow.com/questions/6567870/what-does-swingutilities-invokelater-do That happens automatically for event handling and display maintenance code but if you've initiated a long running action on a new..
Is support for compressed Strings being dropped? http://stackoverflow.com/questions/8833385/is-support-for-compressed-strings-being-dropped can cause a performance regression. There is also a code maintenance price due to the added complexity. Because there weren't enough..
|