Search the web
Sign In
New User? Sign Up
novajug · Northern Virginia Java Users Group (NOVA
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 6952 - 6982 of 12259   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6952
Hai friends, Are u looking for CMM LEVEL COMPANIES and have dream to work with them. Here is opportunities kocking at ur door step, then u waiting for what? If...
We Place You
vplaceu
Offline Send Email
May 4, 2004
12:38 pm
6953
Hai friends, Are u looking for CMM LEVEL COMPANIES and have dream to work with them. Here is opportunities kocking at ur door step, then u waiting for what? If...
We Place You
vplaceu
Offline Send Email
May 4, 2004
1:00 pm
6954
... what? we are waiting for work permits :)...
argyn
akuketayev
Offline Send Email
May 4, 2004
1:06 pm
6955
If you are the "Argyn" who was an Elf Archer in the Lord of the Rings saga, then your wait for a work permit may indeed be a long one. :) Ed James - still...
edjames@...
lej31428
Offline Send Email
May 4, 2004
4:21 pm
6956
Brian, AOP finally clicked for me after your comparisons to Servlet Filters, the Decorator Pattern, and LISP. Right now I am rereading the Visitor Pattern in...
mike_perz
Offline Send Email
May 5, 2004
12:31 am
6957
Is anyone using any particular test tools for GUI application? Why would you recommend them?...
mbahloul
Offline Send Email
May 5, 2004
1:04 pm
6958
You can use WinRunner for this purpose. It lets you test GUI's functionality as well as system load on the application. Regards, - ramanand ... From: mbahloul...
Ramanand Singh
sramanand
Offline Send Email
May 5, 2004
2:24 pm
6959
... for example, if you want to do govt stuff, then they'll require section 508 compliance. There are toos which claim that they can check your UI for...
argyn
akuketayev
Offline Send Email
May 5, 2004
2:28 pm
6960
Good point Argyn! It all depends upon why you are testing. 1. Are you validating GUI functionality? 2. Are you validating against a specific set of functional...
c katz
ckkatz2003
Offline Send Email
May 5, 2004
4:37 pm
6961
... I know of two companies that test for 508 compliance - http://www.deque.com/ and another one called 508 Bobby, but I have not used either, so cannot speak...
prestovivaceinc
Offline Send Email
May 5, 2004
7:01 pm
6962
I've used Boddy for testing 508 compliance of a web application. It does an ok job of alerting you to the most common problems and lowest level of compliance,...
Andrew Semprebon
semprebon
Offline Send Email
May 5, 2004
7:52 pm
6963
Enter your vote today! A new poll has been created for the novajug group: Do you plan to attend the May 11th Enterprise SIG meeting at IMC/Reston? o Yes o No ...
novajug@yahoogroups.com
Send Email
May 6, 2004
2:52 pm
6964
Hi, I am working on an application that has quite a few values hardcoded. I wanted to use a properties file. I tested the class that gets properties fromt he...
Lisa
ms_lisac
Offline Send Email
May 7, 2004
5:26 pm
6965
Lisa, There seems to be some basic problem in your class. - Your ReadProps class is a singleton with a getInstance method, simply creating the instance. - In...
Ramanand Singh
sramanand
Offline Send Email
May 7, 2004
6:26 pm
6966
Lisa, I guess it is a classpath issue. Its is not able to locate the property file, you can load the property file from a specific class location using...
Krishnan Seshadri
kichas05
Offline Send Email
May 7, 2004
6:31 pm
6967
Thanks, I am redoing the code now ... simply ... anything ... () method ... properties. ... calling the ... method. ... exists. ... properties. ... hardcoded. ...
Lisa
ms_lisac
Offline Send Email
May 7, 2004
6:43 pm
6968
We would like to remind you of this upcoming event. NovaJUG Enterprise SIG meeting Date: Tuesday, May 11, 2004 Time: 6:00PM - 9:00PM EDT (GMT-04:00) Enterprise...
novajug@yahoogroups.com
Send Email
May 8, 2004
10:04 pm
6970
Hi Group, I tried some of the changes and adjusted the file I am using to create the properties. Here is the code: package com.bah.dia.util; import...
Lisa
ms_lisac
Offline Send Email
May 10, 2004
5:10 pm
6971
Use ClassLoader to locate resources such as configuration file(s) instead of using the absolute path to locate your property file, use the following: ...
selva
sneethiraj
Online Now Send Email
May 10, 2004
6:55 pm
6972
Lisa, You're correct--the try-catch block around the property-loading method is never reached, 'cuz there's nothing calling it right now. There are several...
dcbading
Offline Send Email
May 10, 2004
7:40 pm
6973
I need to hide all files from prying eyes (those outside the application) for a J2EE application. Does anyone know how to do this? Thanks. --Tim Sabin...
Tim Sabin
timsabin
Offline Send Email
May 10, 2004
7:43 pm
6974
I've managed to isolate the problem. If I call PropertyLoader, it will see all of the files, the problem occurs if I call p.getProperties(key); that returns...
Lisa
ms_lisac
Offline Send Email
May 10, 2004
7:49 pm
6975
... application) for a J2EE application. Does anyone know how to do this? ... what do you mean by "hiding"?...
argyn
akuketayev
Offline Send Email
May 10, 2004
7:58 pm
6976
Lisa, Take a look at the two Java files below and a corresponding file. Copy them separately in corresponding Java and properties files. Compile and run the ...
Ramanand Singh
sramanand
Offline Send Email
May 10, 2004
8:01 pm
6977
... Make them inaccessable to anyone not logged into the application...
Tim Sabin
timsabin
Offline Send Email
May 10, 2004
8:08 pm
6978
... this? ... if they are on the server, they'll be inaccessible unless users have accounts on the server and permissions on files....
argyn
akuketayev
Offline Send Email
May 10, 2004
8:21 pm
6979
I am using a JSP that depends on a particular servlet for many of its values. However, it appears that referencing servlet values and methods from the JSP is...
Gary Whitten
garyewhitten
Offline Send Email
May 10, 2004
9:40 pm
6980
We would like to remind you of this upcoming event. NovaJUG Enterprise SIG meeting Date: Tuesday, May 11, 2004 Time: 6:00PM - 9:00PM EDT (GMT-04:00) Enterprise...
novajug@yahoogroups.com
Send Email
May 10, 2004
10:05 pm
6981
I've got it working. I needed to call the get properties method on the instatiated properties class within a method. So I created an Init method that retrives...
Lisa
ms_lisac
Offline Send Email
May 10, 2004
10:38 pm
6982
check "load-on-startup" parameter in web.xml...
argyn
akuketayev
Offline Send Email
May 11, 2004
12:41 am
Messages 6952 - 6982 of 12259   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help