Hello; I have a simple class, which adds two numbers: ******************************** public class MyClass { private int a = 0; private int b = 0; private int...
WEB-INF/classes/MyClass.class WEB-INF/web.xml myjsp.jsp is the structure you should have for the classes to work. You can also have: WEB-INF/lib/myjar.jar if...
Your constructor is calling itself recursively. It appears the compiler doesn't like that. ... From: muhammadowaisbilal [mailto:muhammadowaisbilal@...] ...
Don't forget our meeting Tuesday night March 2, 2004 at 5:30 - 8:00 at the downtown Tattered Cover bookstore 3rd floor. We will be discussing Web Services (in...
hi there i have a little problem here i've created a web project and included the itext.jar and itext_xml.jar files [as a java library] into it here's the...
Rocky Mountain Software Symposium 2004 May 21-23rd, 2004 A "No Fluff, Just Stuff" Conference www.nofluffjuststuff.com/2004-05-denver/index.jsp Renaissance...
Jim, You want Java to create the symbolic link for you? If so, you can do: Runtime.exec("ln -sf /usr/src/kernel-2.4.22-gentoo-r7 /usr/src/linux"); Might want...
Jeremy Whitlock
jwhitlock@...
Mar 5, 2004 5:18 pm
1197
Jim, Glad to help and good luck. Thanks ,Jeremy ... From: Bradford, Jim [mailto:jim.bradford@...] Sent: Friday, March 05, 2004 10:20 AM To: Jeremy...
Jeremy Whitlock
jwhitlock@...
Mar 5, 2004 5:24 pm
1198
The Denver Java User Group is pleased to announce we will be featuring Mike Clark on test driven development for our next meeting on March 10th. Scott Davis...
DJUG members and friends: The DJUG Object Oriented Architecture Special Interest Group (OOA SIG) meeting last Wednesday was memorable. Many thanks to Ashwin...
Reminder March 10 - Member Book Swap 5:30-8:30 p.m. . Bring up to five Java-related books to the meeting. . Receive a token for each book donated. . Redeem one...
If you are unable to attend Mike's presentation at the Java Users Groups this week, want to recommend the talk to a colleague, or are just plain "test...
DJUG, Anyone here looking into or already using Aspect Oriented Programming? I'm reading "AspectJ in Action" by Manning and it's a great book. I am beginning...
Jeremy Whitlock
jwhitlock@...
Mar 15, 2004 5:17 pm
1203
If you're using Spring (www.springframework.org), it's got AOP built-in. I'm using AOP as part of Spring to do declarative transactions on my business...
... AOP is a very cool concept. It provides a lot of flexibility not provided by inheritance, etc. I think the typical example is for debugging or logging, but...
Derek, Thanks for your input. I've been reading "AspectJ In Action" and I'm now to part 2 of 3 in the book. I've learned the basics and now I'm getting into...
Jeremy Whitlock
jwhitlock@...
Mar 17, 2004 3:18 pm
1206
All, Everyone knows what a service is, correct? It is a thing written in a programming language that is contained on a server and does something specific :). I...
AOSD, I'm sure this may seem kind of foolish but I went out on a limb to setup an IRC Channel for AOP. Here is the server information for any that want to...
Jeremy Whitlock
jwhitlock@...
Mar 17, 2004 8:29 pm
1208
... OK, here's a completely contrived (and somewhat trivial) example: Let's say I've written an app that sends UDP packets around the network to perform...
Derek, Makes sense to me and I see the light. Thanks again, Jeremy ... From: Derek Chen-Becker [mailto:derek@...] Sent: Wednesday, March 17, 2004...
Jeremy Whitlock
jwhitlock@...
Mar 17, 2004 8:50 pm
1210
Pedro, Unfortunately, the term 'Service' has many meanings in English, and a lot of them are more common than what us programmers think of as a service. I...
Johnathan James
jjames@...
Mar 17, 2004 9:23 pm
1211
Thanks James. I found a good one from microsoft: " A software service is a discrete unit of application logic that exposes a message-based interface that is...
Hello all, I'm a Computer Science instructor at the University of Colorado Colorado Springs (UCCS, www.uccs.edu <http://www.uccs.edu/> ). This semester I'm...
Perhaps I'm being overly pragmatic, but to produce a palatable definition, I'd replace "interface" below with "protocol." Interface has an implication of...
Hi, Just a quick intro, I'm an associate professor in CS at Colorado State. My primary area of research is in program comprehension, testing, maintenance, and...
This time with a subject line... DJUGers: We've switched a few things around at the Object Oriented Architecture SIG. Next month's presentation will be on...
Hello All, First off, my apologies, since this isn't a strictly Java-related post. (I happen to be a member of djug but not a member of a local lug. Go ...
DJUG, Anyone here have experience with Berkeley DB? I'm thinking of using it in an application and I wanted to know what you thought about it. Also, is there...
Jeremy Whitlock
jwhitlock@...
Mar 23, 2004 5:56 pm
1218
DJUG, Also looking into HSQLDB. Anyone ever use that one? Thanks, Jeremy ... From: Jeremy Whitlock [mailto:jwhitlock@...] Sent: Tuesday, March...