Re: JSP Naming Standards ?

2001-05-24 Thread Marco Baringer
On Mon, May 21, 2001 at 09:11:21AM +0100, [EMAIL PROTECTED] wrote: > > Are there recognised naming standards for JSP's ? If I have a customer login > page for Company ABC should I call it. I've gone through almost all of the Java documentation and haven't found anything so I'll go out on a limb

JSP Naming Standards ?

2001-05-23 Thread dave . prout
> Are there recognised naming standards for JSP's ? If I have a customer > login > page for Company ABC should I call it. > > ABC_Customer_Login > > or > > abc_cutomer_login > > or > > abccustomerlogin > > or > > abcCustomerLogin > > or what ? > > Please could you give me a reference to

JSP Naming Standards ?

2001-05-21 Thread dave . prout
Are there recognised naming standards for JSP's ? If I have a customer login page for Company ABC should I call it. ABC_Customer_Login or abc_cutomer_login or abccustomerlogin or abcCustomerLogin or what ? Please could you give me a reference to the standard, as I only want to change eve