[ start | index | login ]

Branding

Created by mpecher. Last edited by mpecher, 3 years and 134 days ago. Viewed 600 times. #13
[diff] [history] [edit] [rdf]
labels
attachments

Re-Branding

Appfuse --> own webapp name

Replace appfuse with webapp name in: web/WEB-INF/classes/ApplicationResources.properties
web/WEB-INF/web.xml
build.properties
<project name= in build.xml

Logo/Quote:

Replace images/logo.gif with required logo, then add/change logo/quote in web/common/header.jsp eg:
<a href="<c:url value="/"/>">
  <img src="images/logo.gif" border="0" alt="<fmt:message key="webapp.name"/>"/></a>

Your company name in footer set in company.name is application.resources.

web/common/footer.jsp <fmt:message key="company.name"/>

Version

webapp.version located in build.properties

favicon

replace in images directory

database name

<property name="database.name" value="iStore"/> in properties.xml

.tld

build.xml uses webapp.name for told, which will break .index

Errors pages

Add a 403.jpg and 404.jpg. Change 403/404.jsp:
<p style="text-align: center; margin-top: 20px">
        <a href="http://www.marandcustomsolutions.com"><img style="border: 0"
        src="<c:url value="/images/404.jpg"/>"
        alt="Developed in Melbourne by Marand Custom Solutions" /></a>
</p>
Change 403.message & 404.message in: web/WEB-INF/classes/ApplicationResources.properties

browse menu

build.xml uses webapp.name for told, which will break .index
Please login to post a comment.

Menu:
Java & J2EE
Development
Books

Help:
Help FAQ
Formatting


< May 2012 >
SunMonTueWedThuFriSat
12345
6789101112
13141516171819
20212223242526
2728293031


Logged in Users: (0)
… and a Guest.



Disclaimer: Views and opinions are that of the individual author, and not that of Marand Custom Solutions. This site is an open forum for technical content, and the company accepts no liability for any content or view expressed.