| Thread | Last Post | Replies |
|
| How to find all classes in package XXX implementing interface YYY | 29 Aug 2007 18:40 GMT | 8 |
I would like to use reflection in someway to load all classes in a given package that implement an interface. Basically, this is for a factory that loads all classes in the same package as it, by default, with the ability to override.
|
| JFrame bleed-through | 29 Aug 2007 18:35 GMT | 4 |
This is just an information collecting pre-question as I have not yet figured out how to make an SSCCE for my issue. I have two JFrame windows. The first window has a single embedded JPanel upon which points and lines are painted (i.e., a plotting
|
| general function for sorting a matrix | 29 Aug 2007 17:51 GMT | 1 |
A couple years ago, i posted a programing problem, about writing a function that will sort a arbitrarily dimentioned matrix in any possible way to sort it. Such a function, is rather typical in functional programing
|
| Setting a response header in a Tomcat Filter | 29 Aug 2007 15:56 GMT | 4 |
I need to set a filter in Tomcat that changes the response header slightly. i have used a filter to try and change the header SOAPAction to a value of ebXML: public void doFilter(ServletRequest request, ServletResponse
|
| about war | 29 Aug 2007 15:26 GMT | 3 |
what is the purpose of war.why we need to use war when deploying.how many ways we can deploy an application.
|
| Java Programs for Cell Phone: LG AX275 | 29 Aug 2007 14:45 GMT | 1 |
Can a person create and run Java Programs on the Cell Phone: LG AX275 What is the best way to do this. Thanks Sam
|
| Track active file in Eclipse? | 29 Aug 2007 14:16 GMT | 1 |
is there an Eclipse setting/plug-in that forces an automatic "Show In - Navigator" whenever the active file changes? Visual Studio has such a setting and I like it very much since I often work with multiple projects in my workspace.
|
| Q: What is a good reference book to buy? | 29 Aug 2007 13:52 GMT | 10 |
I would like advice on what to buy for a good reference book. I don't need hand-holding, I just need a good, thorough, reference book. I am a casual c/c++ programmer that had an introduction to java some years ago and would like to pick it up again. Thanks.
|
| some help | 29 Aug 2007 08:39 GMT | 3 |
i am student in 4th year, IT - Software Engineering i need help to find idea for graduation project if the idea new thats very great, otherwise project idea has a special thing
|
| Call Client Side Javascript from Java in JSF | 29 Aug 2007 01:48 GMT | 4 |
Hello wizards, I have a JSF application, in this application I have a button, but in the action method for this button I need to call to the following code: <SCRIPT language="JavaScript">
|
| SSCCE | 29 Aug 2007 01:40 GMT | 32 |
SSCCE : Short, Self Contained, Compilable Example God what an acronym. How do you pronounce that? see? ski? sksee? There must be a better one which can be created.
|
| Can you copy derived classes of the same superclass? | 29 Aug 2007 01:36 GMT | 3 |
Wordy version: A single superclass has 2 different derived classes. Looking for a way to copy one derived class to the other. Scenario: Superclass S exists. 2 classes are derived from, and extend, S. The 2 classes are A and B. A and B have unique members that neither
|
| Ranking | 28 Aug 2007 23:12 GMT | 26 |
What's the best way to have in-memory ranking? For example each element is counted for the number of times it appears and ranks are updated with every count. Eg element 1, 4 times
|
| Happy Java developer miserable with SQL | 28 Aug 2007 21:15 GMT | 7 |
I have had the luxury of a DBA to write all the complicated SQL stuff for the past few years, all I had to do was deal with the ResultSets. Now I'm on my own and I'm stuck. Can anyone point me to a group, list or site where I can get some help
|
| Changing WSDL = recreate axis java client? | 28 Aug 2007 19:47 GMT | 2 |
we'd like to recieve your opinion about a strange and unexpected issue we're facing right now: we have a web service for which we've provided a jar java client (generated with axis and wsdl2java) to some users. We had to modify that web service to include two additional response
|