Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [wtp-dev] Method for validating url patterns

Title: Method for validating url patterns
If it's applicable to static web projects as well as java ee web projects, then org.eclipse.wst.web plugin might be a good place for this code.
 
- Konstantin
 


From: wtp-dev-bounces@xxxxxxxxxxx [mailto:wtp-dev-bounces@xxxxxxxxxxx] On Behalf Of Raev, Kaloyan
Sent: Wednesday, October 17, 2007 3:40 AM
To: General discussion of project-wide or architectural issues.
Subject: [wtp-dev] Method for validating url patterns

Hello,

I want to implement validation of URL patterns in the timeframe of 3.0 M3.
The URL patterns validation will be used on several places:
  - Servlet mappings in the Servlet wizard
  - Filter mappings in the Filter wizard (the Filter wizard will be a new feature for M3).
  - Validation of Servlet and Filter mappings in the web.xml.
There could be other places where such validation would be needed.

Therefore, I want to put a static method that validates given URL pattern in a common plugin.
Where is the best place for such a method?

This functionality is not specific for Java EE projects, but relates also to common Web projects.

Greetings,
Kaloyan Raev
Senior Developer
NW C JS TOOLS JEE (BG)
SAP Labs Bulgaria
T +359/2/9157-416
mailto:kaloyan.raev@xxxxxxx
www.sap.com


Notice: This email message, together with any attachments, may contain information of BEA Systems, Inc., its subsidiaries and affiliated entities, that may be confidential, proprietary, copyrighted and/or legally privileged, and is intended solely for the use of the individual or entity named in this message. If you are not the intended recipient, and have received this message in error, please immediately return this by email and then delete it.

Back to the top