Abhi Kumar

Greenhorn
+ Follow
since Sep 11, 2008
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Abhi Kumar

My advance thanks for reading my post.

I'm new to struts and I'm strucked with a unique requirement.

I need any document or any link that can explain me to have a unique URL's to my struts application.

Say for example

If the user types initially "http://xyz:8080/hello.do" then whole of my application must run under the same URL.

Any help is highly appreciated.

Thanks
Abhi
13 years ago
add your jar file to your system environment variables ...
14 years ago
JMS
Hi,

Thanks for the suggestions,
I started on JMS,but can anyone let me gain a bit of knowledge on Queue and Topic , as i guess the JMS revolves around the queus and topics .

My advance thanks,

Regards
Abhi
14 years ago
JMS
Hi All,

I'm new to JMS, can anybody please let me know a good and simple tutorial for JMS on JBoss Application Server.
Any good tutorial is of great help.

Thanks in advance

Regards
Abhi
14 years ago
JMS
Hi All,

I'm new to JMS, can anybody please let me know a good and simple tutorial for JMS on JBoss Application Server.
Any good tutorial is of great help.

Thanks in advance

Regards
Abhi
Thanks for the response.I'm done with this..
Thanks for all your support which made me to finish it successfully ...

*** HOMEWORK ASSIGNMENT NOTICE ***

Hi All,
Thanks for the responses.
I'm new to Java and Design patterns.I would like to implement the Adapter design pattern for the below BusinessCase.

The case goes like this


A power switch is required that can turn on or off any number of appliances. An appliance is for example a Blender, a Toaster, or an Oven.

Other programmers have already written those appliances and you can't change their source code (to, for example, require them all to implement a particular interface).
Fortunately, each such appliance already has two methods to turn its particular appliance on and off.
Unfortunately, all such methods were written by different people and have different names (examples: Blender.swizzle(), Toaster.startToasting(), Oven.heatUp()).

write three third party appliances and put them in a separate package. It should be visible from the output of each appliance whether it is turned on or off (in its third party vocabulary).
-Make a representation of a multi-power point. You can plug in as many appliances as you wish and turn them on and off all at once, by turning the multi-power point on() and off().


I would appreciate for any help.
Any class diagrams would be of great help.
Thanks


*** HOMEWORK ASSIGNMENT NOTICE ***
Hello All,
Thanks for reading my post.

I'm in need of some good explanation/implementation for the Adapter and Visitor design patterns in Java..

Any good tutorial would be of great help ...

Thanks
Hello All,
Thanks for reading my post.
I'm in need of some good explanation for the Adapter and Visitor design patterns ..

Any good tutorial would be of great help ...

Thanks
Hi ,
Can any one explain about the static keyword,static methods and static method overiding ?

Thanks in advance ...
Regards
hello himanshu kesarwani !!
Initially look at the code, you are creating the object of Th and not that of Thread class.
The compiler treats start() as a local method to the class Th , and invokes the start method.

If you create a Thread object and call the start method then you can see the run() method being invoked
Regards
No,I'm creating war file from command prompt using the command
java -jar poc.war *.*
and I'm running this command front of WEB-INF directory(WEB-INF watching me )

Thanks for your replies
but i have a small query "YourApplicationName/ " is it the name that is given to the DispatcherServlet
i.e in my case "springapp"

Thanks in advance

Thanks for reading my post ...

I'm new to Springs and I'm trying a small example...

My web.xml

My Welcome File (Login.jsp)


My Controler is


And Finally
My springapp-servlet.xml is

I'm able to see my Welcome(Login.jsp) but when I click on submit button on the Login page I'm unable to go further I get 404 Server error.
I'm creating a poc.war file and accessing it using the url http://localhost:8080/poc

Any advice is of great help ..
Thanks in advance
Regards
Hi,
Thanks for reading my post !!
I'm trying to connect to Remote Oracle Client,but Alas !!! in vein..
I'm getting the error as Network Adapter could not establish the connection.

Could anyone let me know what are the settings that are to be done on Client & Server machine in order to connect to the Remote Server

Oracle Database version: 10.2
SQL Developer version : 1.5
Thanks in Advance

Regards
15 years ago