[ start | index | login ]

Branding

Created by mpecher. Last edited by mpecher, 3 years and 24 days ago. Viewed 596 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
no comments | post comment

Menu:
Java & J2EE
Development
Books

Help:
Help FAQ
Formatting


< February 2012 >
SunMonTueWedThuFriSat
1234
567891011
12131415161718
19202122232425
26272829


Logged in Users: (0)
… and 10 Guests.



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.