Hemant Agarwal

Ranch Hand
+ Follow
since Nov 21, 2005
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 Hemant Agarwal

Hi Peldi,

Can you give us an introduction on the "Balsamiq Mockups"? Is it a mockup of only the web pages or is it possible to mockup all the GUI applications? What are the various types of mockups availables? What are the advantages of using "Balsamiq Mockups" over other mockups and maybe some disadvantages? Is there any reference materials such as books are available for these mockups?

Thanks and Regards,
Hemant Agarwal
How to integrate Webshere Mq series 6.0.0.0 with Weblogic server 10.0.0? We are migrating our application from websphere to weblogic. In websphere our application was using Websphere MQ Series. Now we want to know how in weblogic we can use Websphere MQ Series.

Can you please let us know how we can configure Weblogic(10.0.0) JMS and Websphere MQ(6.0.0.0)
[ September 15, 2008: Message edited by: Hemant Agarwal ]
15 years ago
When to use HQL and When to use creteria?
i) I mean is there any particular condition where I can use only creteria and
not HQL or vice versa?
ii) In which condition it is better to use creteria or vice versa?
What is RSS? What is an ATOM Feed? What is the difference between the two technologies? What is your book all about? Please give me the description of what your book is all about
When I right click my build file from eclipse and select run as ant build, I am getting error dialog box "Could not find the main class. Program will exit". What could be the possible reasons?

Thanks,
Hemant Agarwal
17 years ago
What is the best way to prepare for SCWCD? I will be reading your book and along with that what are the other things needed?
What are the advantages and disadvantages of using Intellij Idea over Eclipse?
There must be many advantages of IntelliJ over Eclipse, otherwise why will we use it?
In which case we will prefer entity beans and in which case we prefer DAO?
My problem has been solved.
Thanks
I want to know if AJAX would take more time to implement the same thing in other ways?


Now when I tried to compile it this error is coming. I don't know what is its meaning.

A.java:11: warning: as of release 1.4, assert is a keyword, and may not be used
as an identifier
assert j == 2;
^
A.java:11: ';' expected
assert j == 2;
^
1 error
1 warning

I posted this in the beginners form and
I got an answer from Mr. Bastin
Hi Hemant,

While compiling, use "-source 1.4" option.

For Example: If your filename is Abcd.java, compile as
"javac -source 1.4 Abcd.java". You will get the compilation right.


---------------
SCWCD ....ticking.....
SCJP [91%]
---------------

Now how to do this inside an eclipse?

Thanks
Hemant Agarwal
[ February 23, 2006: Message edited by: Hemant Agarwal ]
Hi Bastin,
Thanks I got the result

[ February 23, 2006: Message edited by: Hemant Agarwal ]
18 years ago


Now when I tried to compile it this error is coming. I don't know what is its meaning.

A.java:11: warning: as of release 1.4, assert is a keyword, and may not be used
as an identifier
assert j == 2;
^
A.java:11: ';' expected
assert j == 2;
^
1 error
1 warning
18 years ago

Originally posted by Pradip Bhat:


JBoss does not provide its own Web Container.



Does it provides all other J2EE related things or is it provides only EJB Container?
18 years ago
Does that means JBoss does not have a web container?
It has to take services from tomcat or other web containers?

[ February 08, 2006: Message edited by: Hemant Agarwal ]
18 years ago