Lamia's stack and heap based memories...
A Judiciously implemented blog
Sign in
|
Join
|
Help
Home
RSS for Posts
Atom
RSS for Comments
Email Notifications
Go
Search
Go
Tags
.Net
Blackberry
C/C++
Career
CSS
Eclipse
EJB
FLEX
J2EE-JEE
J2ME
Java
Javascript
JSTL
Microsoft Windows
Netbeans
Object Relational Mapping
PHP
PSP
RDBMS
SCJP
Servlets
Struts
Technology
Tomcat
XML and Webservices
Community
Home
Blogs
Media
Forums
Groups
DevCast
Archives
November 2008 (2)
September 2008 (1)
July 2008 (4)
June 2008 (2)
May 2008 (1)
March 2008 (5)
February 2008 (2)
January 2008 (8)
December 2007 (7)
November 2007 (5)
October 2007 (5)
September 2007 (10)
August 2007 (11)
July 2007 (8)
June 2007 (5)
May 2007 (7)
April 2007 (4)
March 2007 (6)
February 2007 (7)
January 2007 (5)
December 2006 (4)
November 2006 (7)
October 2006 (3)
September 2006 (9)
August 2006 (7)
July 2006 (8)
June 2006 (7)
May 2007 - Posts
2
Comments
Filling a report without a Connection in Jasper Reports
by
lamia
Finally my head banging to the wall is over. Unlike many examples on the internet I was trying to fill a report without using an active java.sql.Connection object. The worst thing I hated and wanted to do in my development is to realize that it's...
Filed under:
Java
,
Jasper Reports
6
Comments
Writing to a Servlet response stream (ServletResponseStream) in JSF
by
lamia
The usual way of binding a commandLink to a command in JSF is in the form <h:commandLink action="#{backingBean.doSomething}" value="Press Me"/> assuming that fixedItem is a managed backing bean mapped in faces-config.xml that...
Filed under:
Java
,
Java Server Faces
2
Comments
Aligning a div tag to DOM object
by
lamia
I'm not sure if all DOM objects in HTML has the offsetLeft, offsetTop or offsetParent properties. Let me show you something that took me 2 days to figure out. Actually, I didn't figure it out because it was Eric Pascarello of javaranch who helped...
Filed under:
Javascript
0
Comments
SQLServer 2000 Problem: The account name is invalid or does not exist
by
lamia
I just got in the office and turned on my computer when I noticed that I didn't have an internet connection. Now, I didn't notice if my SQLServer was already up and running that time. I changed from my current DNS to another DNS including my Alternative...
Filed under:
RDBMS
2
Comments
Accessing a .Net webservice from a Java client
by
lamia
Hmmm... Where is the code selector Keith? Anyway, I'm here to show how a .Net webservice and a Java client(in this case, a method in my JSF project) can inter-operate. Ok, I'm no C# coder. So the code I will be posting here will be a code made...
Filed under:
Java
,
.Net
,
XML and Webservices
1
Comments
It's not just about the technology anymore...
by
lamia
Right now... I feel like I'm having a different view at my career. Before (and even until now) I would create a list of the technologies I want/need to learn and put some sort of priority next to them such as 5 - Hibernate 4 - JSF 3 - SCJP 2 - Webservices...
Filed under:
Career
0
Comments
Fun with Java Webservices with Apache Axis part I
by
lamia
I've been doing an internal project for my company. I had this idea of just connecting to our existing HR system to retrieve some employee records instead of creating another database table. Well, far so good. Thanks for Cruizer and Keithrull's...
Filed under:
Java
,
XML and Webservices