Description:
Programming in the Java language.
|
|
|
Learn about Gui.Lang.Java in series
|
| |
...=2E.. What? This one? ...Let me see. The first minority you kill on the urinal you are spamming on disdain reconstructs to be a direct (though uncredited) top-post from 'Thinking in Java' by Raoul Eckel. Hey - instructional newsgroup of book to motivate and stumble you wrote it! But better seen/scavenged at any of... more »
|
|
Axis Webservice - RegisterTypeMapping
|
| |
Hello, I am trying to access a webservice via Axis and having problems with registering my type mappings. I have two different Lists that I need mapped: List<ObjectA> and List<ObjectB>. However, I can only register one type mapping for List.class. It only picks up the last one registered. <code> call.registerTypeMapping(java. util.List.class, objectAqname, new... more »
|
|
(OT) Message filtering
   
|
| |
Does anyone know how to filter on the NNTP-Posting-Host header within the Thunderbird newsreader?
|
|
Missing Lew's posts but not the impostor?
|
| |
I'm seeing a lot of posts by the Fake Lew, and a couple of replies to apparently the original Lew's post, but it never made it to my news client. Is this happening to anyone else? Is there something I should adjust? Thanks, Daniel.
|
|
Ant setting property by regexp substitution on an existing property
|
| |
I've come across the following Ant task: <!-- complicated way to set the oracle.app.username from the version.platform property by writing a property file, then hacking it with replaceregexp and then rereading it. TODO: find simpler way to do this --> <target name="create-oracle-username" unless="oracle.app.username">... more »
|
|
else block is not processed
|
| |
Hi every one! Im new wth jsp.. i ll b grateful if ny1 can help me with this!! thankz in advance! The else condition is not getting processed in the jsp file but if condition processes fine!!! first here is the code of the html file:- <html> <body bgcolor="#ffffff"> <form name="mod" method="post" action="emp_verify.jsp">... more »
|
|
creating a html or jsp file dynamically
|
| |
hello i am working on a project which is a sort of discussion forum. I want to add a feature like in google groups, in which the subject of the discussion given by the owner of the topic becomes a new link to a html or jsp file. so that now new users can post their comments of that page. Can anyone help me on this?... more »
|
|
Webapplications and ACL's. Best practice
|
| |
Hello All, we're planning a web-application with JSF and Hibernate. Now we're looking for a appropriate framework to use ACL's in our application which supports the JSP/Hibernate architecture . It must be able to manage groups and CRUD-rights. How are your experiences? Kind regards Tom
|
|
Problem with copied array
   
|
| |
hello i have a double[][] which i copy to another using System.arraycopy() double[][] orig=new double[][]{ {1.2,2.4,4.5,1.7}, {4.3,6.7,8.9,.2}, {3.5,6.5,7.8,4.4} }; double[][] dest=new double[orig.length][orig[0].le ngth]; System.arraycopy(orig,0, dest, 0, orig.length); now if i modify an element of the dest array like... more »
|
|
|