Description:
Programming in the Java language.
|
|
|
Thoughts on obfuscators?
|
| |
We're getting ready for a new release of our product, and need to look at Java obfuscators again. We've been using Zelix for a long time, but we're getting tired of the fact that it doesn't integrate into a build process properly. It uses obscure syntax to select what to obfuscate, and you can't maintain lists... more »
|
|
Good Java books?
   
|
| |
Could you please recommend some good books that show how to exploit the strong features of Java, rather than bombard me with a bunch of syntactic rules and libraries (that's what "The ANSI C Programming Language" and "The C++ Programming Language" have done successfully)? Thanks in advance.
|
|
Issue in using log4j
|
| |
Hi All, I want to use logger in my application. I have AA.java: ****************************** ****************************** **************** package A; import org.apache.log4j.Logger; public class AA { static Logger logger = Logger.getLogger(AA.class); public static void main(String[] args) { logger.info("Hi There");... more »
|
|
JSP document changing script element
|
| |
In my JSP document, I have the following script element defined. <script type='text/javascript' src='/include/scripts/menu- row.js'> </script> Yet, when I load the page in a browser and view the page source I get the following. <script type='text/javascript' src='/include/scripts/menu-... more »
|
|
Simpler way to filter
|
| |
Hi, I'm using Java 1.5. I have a Vector of objects, all of type "MyProperty". What I want is to filter the vector and keep the elements whose "MyProperty.getName.equals(som eString)". Is there any easier way of doing this rather than iterating over the Vector, looking at each element, then adding that element to the new, filtered... more »
|
|
Directory permissions in Java 5
|
| |
Hi, I am writing unit tests that have to be able to run anywhere. (developers pc's are Win XP ; the server is Linux). In order to get the coverage to 100%, I want to test a piece of code where the creation of a temporary file fails. What I want to do is create a subfolder in the temporary folder (= System.getProperty("java.io.tm pdir")) in the setup part of the unit... more »
|
|
POOJA TRAINING FOR FRESHER’S & PROFESSIONALS IT & NON-IT .
|
| |
Professionals with extensive knowledge and experience, both in training and development are a part of our team of trainers. Single minded dedication, effective work culture and dynamic decision making under impossible situations are our strengths. Quality without compromise is our motto. TRAINING CONDUCTED IN FOLLOWING LANGUAGES :... more »
|
|
stock brocking web application
|
| |
Hi This is more of a general design ques rather than Java ques Presently I need to make a web application similar to stock broking application. i.e. when a user logs in .. he will be seeing a set of 50 records ( stocks ) which are read from a db and shown on ui. Now there is a perl utility in backend that is changing these 50 records... more »
|
|
|