wgb

Greenhorn
+ Follow
since Mar 13, 2002
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by wgb

Hi,
I'm writing an app that needs to read 2 or 3 items (which will probably
grow over time) from a config file and store them in an app-level
class. Can someone recommend a SIMPLE XML parsing package with sample
.xml, .dtd and .java files to do this? I've looked at JAX, XERCES,
XMLBEANS among others today and they all seem to be overkill for what I
need to do. I've used ServletContext along with the web.xml file for
webapps in the past for this type of thing, but this is not necessarily
going to be a web app. I'm using Eclipse 3.1 on Windows XP Pro and the
1.4 jdk if that makes any difference. Any suggestions will be greatly
appreciated!

Thanks,
Bill
Hi,
I need to write an application that uses a timer to check for a new file in a specific directory on a named server on a timed basis (probably every 24 hours). I also need a configuration file that can be used to define the frequency of the action (in minutes or hours), the server name and/or address and other things. I've written something similar in the past that ran under Tomcat and used a ServletContext to manipulate the values in the configuration file but all of that will not be necessary in this case. I need information on which classes to use to read the config. file as well as an example of a file or just general advice on where to get information of this type. The Timer class is straightforward. The config. file and reading it and storing it's values is unclear.

Any advice would be greatly appreciated!

Thanks,
Bill
18 years ago
I'm preparing to do my diagrams for the exam and I'm looking for a tool that is compatible with Eclipse. The latest version of MyEclipse Pro comes with MyEclipse UML with ouputs the following diagrams:
Use-case, Class, Collaboration, State, Activity, Deployment.

The certification calls for class, component, sequence or collaboration diagrams. Sequence and component are not listed in MyEclipse UML. Is there more than one definition for these diagram types or am I out of luck with MyEclipse as far as doing the diagrams for the exam go?

If MyEclipse can't handle it, has anyone approached the diagrams from using actual Java code to generate the diagrams or is everyone creating the diagrams by hand?

Can someone recommend a good, lightweight UML tool to create the diagrams with if MyEclipse isn't used?

Thanks,
Bill
Does anyone know if there is a plug-in for Eclipse that I could use to do the 2nd part of the assignment?
Is anyone using Enterprise Architect for their UML diagrams? I've been given EA 4.5 at work and want to get other peoples opinions before I commit to it.
I'm running an app under Eclipse 3.0.2 and getting the following
runtime error:
java.lang.NoClassDefFoundError�: javax/mail/Session


with the following line of code:
session = Session.getDefaultInstance(pro�ps, null);


The app compiles without a problem.


The jar files necessary for the app and another accompanying app are in
project called 'lib'.
The lib project is is included in the Java Build Path for this project,
though I don't think that is relevant.


Where else would Eclipse be looking for the mail.jar during runtime?
I've also added the location of the jar files to my system classpath
but the error still occurs.


Thanks!
Hi,
I'm getting a 'page error' - 'formname.elementname' is null or is not an object. This is in IE6 and I've never run into this error before. The jsp
page compiles with no problem and there are no errors thrown in the java code on the page. I've examined the jsp/html as well as I can and still don't see what the problem is. The error occurs when the page is rendered in the browser and the form will not submit.
Any hints would be greatly appreciated!
20 years ago
JSP
Hi,
I'm getting a 'page error' - 'formname.elementname' is null or is not an object. This is in IE6 and I've never run into this error before. The jsp
page compiles with no problem and there are no errors thrown in the java code on the page. I've examined the jsp/html as well as I can and still don't see what the problem is. The error occurs when the page is rendered in the browser and the form will not submit.
Any hints would be greatly appreciated!
I've got the programmers, developers and
architects certifications. I'm constantly
being approached by a company name Boson
that wants me to create mock exams for these
certifications. Does anyone know anything about
this company?