Browse by Tags

All Tags » J2EE (RSS)
If you got framework error while deploying a war / jar file under admin console of Sun Appserver, do not panic. Below are several ways you can do to remedy it rather than reinstalling the entire appserver War file 1. Press F5 to refresh the browser 2...
with no comments
Filed under: ,
Problem : AppServer refuse to start up even thought you have properly shut it down BUT improperly shutdown your windows. My Solution : Go to C:\Sun\AppServer\domains\<domain name>\imq\instances\imqbroker there is a file 'lock' inside. Delete that...
with no comments
Filed under:
The below code is how to get querystring parameters using JSF: public static Object queryString(String key) { HttpServletRequest request = (HttpServletRequest)FacesContext.getCurrentInstance().getExternalContext().getRequest(); return request.getParameter...
1 comment(s)
Filed under:
[Intro] [Skip Intro] All I want is to create a few rows with links according to the user's right in my J2EE project and it took me 6 hours to do so in JSF. Faint. Most probably due to my lack of experience in the framework, but I do believe seriously...
with no comments
Filed under: , ,
I guess most people already know this but since I am pretty new to J2EE, I decide to post it here for personal references: import javax.faces.application.*; import javax.faces.context.*; import javax.servlet.http.*; public static HttpSession currentContext...
with no comments
Filed under: , ,
This is one problem we faced when creating JSP pages using JSF is that the pages does not render correctly when deployed. In Sun Studio Creator, the pages will render correctly. However, once deployed and view in browser, the page will go haywire and...
As of 14th June 2005, OpenSolaris is now opened. Check it out @ http://www.opensolaris.org/os/ I received an email on it and there is a 'free tshirt' beside its header. The t-shirt is actually very nice, something like this: But there is no instruction...
1 comment(s)
Filed under: ,