blob: e4c6870f25e20e94cc150168c300078f28638704 [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Contributing JSP Source Page Editing Services for a Tag Library</title>
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<link rel="stylesheet" href="../../book.css" type="text/css"/>
</head>
<body>
<table summary="" cellspacing="0" cellpadding="0" width="100%">
<tr valign="bottom">
<td align="left" width="86%">
<h1>Contributing JSP Source Page Editing Services for a Tag Library</h1>
</td>
</tr>
</table>
<hr/>
<p>
The JSF Tooling Team has provided several frameworks for improving the user experience of developing JSP pages using the WTP SSE editor. The net result is that:</p>
<ul>
<li>Content Assist</li>
<li>Validation</li>
</ul>
<p>for the attribute values of a tag library have been provided and implemented for the JavaServer Faces standard tag libraries.</p>
<p>This has been accomplished by providing frameworks for <a href="./metadata_framework.html">supplying additional meta-data for tag libraries</a> that can be used with classes for <a href="./metadata_processing_framework.html">using the meta-data for providing source editing services.</a></p>
<p>Future releases of WTP, by using these frameworks, should allow for additional meta-data provided services like:</p>
<ul>
<li>Quick Fix/Quick Assist</li>
<li>Others? Suggestions?</li>
</ul>
<p>It is hoped that adopters will use these frameworks to provide improved source editing user experiences using tag libraries other than the JSF standard tag libraries.</p>
</body>
</html>