The pluralizer just isn't working for me. It guesses wrongly and it will never be correct in general (human languages cultures are just always going to be fuzzy.)
I would not mind if I could tell...
Type: Posts; User: ggerard; Keyword(s):
The pluralizer just isn't working for me. It guesses wrongly and it will never be correct in general (human languages cultures are just always going to be fuzzy.)
I would not mind if I could tell...
Sorry if this has been discussed, but I cannot create a Dynamic Web Project for Servlet 3.0.
I'd like to use Glassfish v3 and have a webapp with the EJB co-bundled without all the EAR crud for one...
Use Case: One webapp is deployed many times. The name of the webapp determines the customer it serves (http://service.example.com/porkpie would service the customer named "porkpie", use the database...
Currently I have the same webapp codebase deployed multiple times. The name of the webapp is used to drive customer specific things like where to find data files, database connections, etc. The nice...