Dennis Hopfer

Ranch Hand
+ Follow
since Dec 02, 2010
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
-1
In last 30 days
0
Total given
0
Likes
Total received
-1
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 Dennis Hopfer

I would need a senior engineer to look here and not these kids.  - ok
6 years ago
Any help on this one?  It's just 5 Swing classes.  Would you guys give it a look quickly please?

Thanks.
6 years ago
Mac OS X - El Capitan

Remainder of JPanel components are not being added.  

Thanks.
6 years ago











6 years ago
To clarify I get a centered 3 set of tabs where usually we get left aligned tabs.  Could not find the reference and spent an hour with it.  Running Mac OS X - El Capitan.


Help.
6 years ago
Mac OS X - El Capitan

6 years ago
Are you a proponent of forcing people into frameworks in order to solve the simple problem of having instance data in a servlet? That sounds pretty silly to me.
10 years ago
Naturally one wouldn't instantiate servlets directly but since only one instance of a servlet answers ALL requests for that servlet you can only use instance variables when they are shared and/or thread safe throughout the various HTTP requests.

This means you have to create ways to house data that should otherwise be part of the class variables. This can be quite involved.

My proposal would solve this problem, hence its being proposed. That I would have to create a new type of object to pass around my functions, rewriting existing functions just to mimic the function of having instance variables is absurd.
10 years ago
I submit this may be the correct way to catch Servlet requests.

10 years ago
In case anyone encounters the same issue I was able to get it to work by deleting the glassfish-web.xml file and using the more standard web.xml.
10 years ago
JSF