shivakumar paka

Greenhorn
+ Follow
since Mar 05, 2008
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by shivakumar paka

Hi All,

Sorry if any one misunderstood my words.

I am bit confusion about DAO design patterns.

1) Does it comes under creational, behavioural or anyother... ?

2) if i write a class with database related stuff, does it mean i followed DAO design pattern?

Please clarify....

Thanks...
Shiva
Hi All,

Can any one explain DAO design pattern with example? (please dont give me the urls by searching google)

Does it comes under creational, behavioural or anyother... ?

In my project, i have created a class with hibernate stuff, Does that class becomes dao?


Thanks in advance..
Shiva
Thank you Ulf

We are going to develop a project where the presentation part will be taken
care by Flash and the business logic is in webservices.

So we are using axis2,where i need to maintain session management, how can i perform this?

Please give me detail explation?
16 years ago
Hello,

How to implement session management in axis2? I couldn't find any example for
axis2 session management.

Can anybody please help me regarding this.....

Thank you
Shiva Kumar
16 years ago
Thank you Ulf

I dont have much knowledge on web service,So I am not able to catch you. Can you please explain me in detail?
16 years ago
Hello,

Currently my requirement is as follows:

Presentation part will be doveloped using wireframes(no idea on wireframes).

for ex:
If they create login page using wireframes, whenever the user enters username and password and click on submit button, they will create an xml and send to me.

Here we need to pass the xml to webservice developed by using Axis2. Here, I got stucked how the wireframes communicate with Axis2.

Please help me.

Thanks &Regards
Shiva kumar p
16 years ago
Hello

I have done Axis2 examples,but still I am in doubt where should I use SAOP(in Axis2 samples they haven't given).

suppose,if create a webservice using axis2/java technology,does it allow to create clients in other technology such as .net, etc...

Please give me reply........Thanks in advance...
16 years ago
Hello,

I have some doubts on OAS.

1)What is the difference between oc4j and oas?
2)Where to deploy the .ear file in OAS?

Thanks in advance
17 years ago
Can any one help how to call java webservices from oracle form?

Thanks in advance...
17 years ago
Any one please tell me what is the use of creating constructor for abstract class.
17 years ago
What is TransCore Connexion Web Service? Anyone please help me?
I downloaded the Software by using the following url.

http://www.3sixtyfreightmatch.com/Connexion/connexion-java-sdk.zip

I tried to run the sample application, getting the following error.


Exception in thread "main" java.lang.UnsupportedClassVersionError: Bad version number in .class file
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$100(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
at com.transcore.connexion.common.Session.<init>(Session.java:123)
at com.transcore.connexion.common.Session.getInstance(Session.java:106)
at com.transcore.connexion.sample.client.BaseSampleClient.loginUser(BaseSampleClient.java:176)
at com.transcore.connexion.sample.client.LoginSampleClient.main(LoginSampleClient.java:37)
17 years ago
I am new to webservices. I studied some material. But still in confusion how to implement Webservices using Java Technology in Tomcat Server.

Thanks in advance.....
17 years ago
Hi Sridhar,

go through the following links..

http://corejsf.com - this site contains tutorial and example
http://www.coreservlets.com/JSF-Tutorial/
17 years ago
JSF
What are the easy steps I need to follow to design jsp's for JSF using html prototypes.

Thank you in advance.
17 years ago
JSF
Please explain me where the FacesContext Object exactly will be used?
17 years ago
JSF