Dhanunjaya routu

Greenhorn
+ Follow
since Feb 14, 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
2
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Dhanunjaya routu

Hello!

I had created 3 pojo classes and 3 mapping files.

District.java
Unit.java
and Missing.java

District.hbm.xml
Unit.hbm.xml
Missing.hbm.xml

The primary key of District table is one of the composite primary keys in Unit table and Missing table.
Also primary key of Unit table is one of the composite primary keys in Missing table.

i am getting an error like ::org.hibernate.InvalidMappingException: Could not parse mapping document from resource com/hib/Unit.hbm.xml











Can you help me to avoid the error.....?
Hi! I am developing an User management System to control the users of various projects of a company, by using jsp,jdbc,ajax,jquery.
There are 3 types of admins. a) User Manager
b) Data Flow Manager
c) Data Base Manager

User manager can activate the user by assigning from date and to date, in time to out time according to the project.
Data flow manager can activate the user by assigning roles,actions according to the project.
Data Base manager can assign the users to database,source files, menu items etc.

I have developed allmost. But i am not satisfied with it. Could you suggest me for the additional features that i have to design and implement?

I am also worrying about the look and feel of my application. Can you suggest any developed app for demo of user management?
11 years ago
JSP

sudhir nim wrote:What do you mean by timer service !, do you mean scheduled jobs? Can you please be more specific on what you are trying to achieve


Yes i want scheduling in the servlets.
can you tell?
13 years ago
Can we establish timer service in servlets?
if possible please tell me!
13 years ago
Thank you for your support.
I have solved that using ContextListener and timer service.
But i have one doubt can we establish a timer service in servlet?
13 years ago
JSP

Ulf Dittmer wrote:No. JSPs are used for rendering textual content (like HTML), not for any kind of processing. What you need is a background thread; check out the java.util.Timer and TimerTask classes for that. Those can be set up in a ServletContextListener.




It may either jsp or servlet.
How can i run continuously using listener?




13 years ago
JSP

I have a jsp file. it contains the code related to database.
It should run for every 15 mins and it will run in background without load the page.
Can any one help me?
13 years ago
JSP