sree hareesh

Greenhorn
+ Follow
since Nov 16, 2011
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 sree hareesh

Hi all,

when i click a link, the page should be loaded in new tab. how can i do it using html.

Thanks in advance
float requires 4 byte and long requires 8 bytes, and we can assign long variable to float variable. how it is possible?
10 years ago
Hi all

how to check all dependencies are injected in spring bean properly or not?

Thanks in advance
10 years ago
Thanks for reply.

I am using plain jsp pages only.
10 years ago
JSP
Hi all,

i have url as follows.

http://../../display-account.jsp

how can i make it as

http://../../display-account

without configuring in web.xml.

Thanks in advance.
10 years ago
JSP
post LoginForm.java file
11 years ago
Hi all,

I have JSP file and java class in the same package, how can i use java class in JSP.
11 years ago
JSP
Hi all,
I am new to webservices. Is there a chance to use both SOAP and Rest webservices in the same project ?
11 years ago
1) make sure all your pojo classes implemented Serializable interface
it is must to be identified each object (row of table) uniquely in hibernate.so each object gets its uniqueness using either primary key or composite primary key.if you dont specify primary key or composite key in a table , then you can form composite key using all columns of a table.