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: ,
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: ,
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:
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:
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: , ,
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:
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: ,