Monarch Bhojani

Ranch Hand
+ Follow
since Feb 27, 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 Monarch Bhojani

Hello all

I am being offered for H1 B by meditech(mtssus),NJ. Basically I am BE Computers doin my MSc IT in London with a 2 years exp in Java. They are asking me for 2500 $ for the process and once i land up there they asked me to pay 6000$ up front.So I had 2 questions:

1. Is the option feasible or the offer reasonable
2. Can I know the authencity of the company as I am unaware(www.mtssus.com)

And one more thing has someone heard about Zen Infotech,kansas

Please guide me mates

bye n thanks
17 years ago
Hello all
Can u just tell me that is it possible to get a part time job a java programmer in London.

Please respond

Regards
Monarch
18 years ago
Hello
thanks for ur assistance. You have helped me a lot in this matter.
Keep in touch

Thank you very much.
Regards
Monarch
18 years ago
Hello all,
I am going to London next month to study for Masters in IT.
Is it possible for me to get a Java related job for the 20 hour period i get to work for every week.

If possible then do reply soon
If any one in London has a idea of any job related to computer field or any field then plz do suggest me.

Thank u
M A Bhojani
18 years ago
hello all

i am having a stand alone code for the voice interaction but now i want it to integrate it to a chat
In one to one chat i want to use it so how could sound transmission in java take place and what could be the medium that could be used to make voice chat happen

Regards
Monarch
18 years ago
Hello all
I am making a chat application in which i use JSP and Servlet
Now I have provided the normal login page that is in swing that calls the servlet and does the authentication with the server against databse

Now i would only be giving the swing gui to the client in a jar
But the IP that i pass while compiling and making a jar of swing client is static

Now every time the server changes i need to recompile the class file
Taking the case of yahoo that must be having many servers but the client never needs to specify the IP

Is there any way that my client can get the IP without me having to recompile it everytime before giving it to the client

Thanks
Regards
Monarch
18 years ago
Hello all
I am designing a chat application in JSP and servlets.Now I have completed the general chat room and users are able to talk and it works fine
Now I have designed a one to one chat in which right now i am able to open a window of the other user by clicking on the name of the user

Now how should i proceed further for the message storing and the delivery of the message to the intended client . Is servlet a good option or should i opt for something else?

It is not a socket one so please suggest me a viable solution so that the message could be stored and delivered without delay

Thanks
Regards
Monarch
18 years ago
Hello all
There are certain questions for which I required help from you all gurus out here
Please answer the following questions for me:

1. what is the memory module in j2me

2. details of obfuscator
3. what will happen when there is a mismatch in attribute(jad and manifest)

4. about interface certificate in pki package

Please reply soon

Thanks
regards
Monarch
18 years ago
hello all
In my application i have to add the user names to the LDAP server using the LDAP add functionality which is inside a Adder.java class

Now when i create an object of this class inside the servlet the the code compiles but when i deploy the servlet I niether get an error regarding the code which i have integrated nor any output

On the contorary i should receive the next page and get the entries added
The object created are of class LDAPAttribute,LDAPAttributeset and LDAPEntry

Please help

Regards
Monarch
18 years ago
hello all
When i call the code to add the entry to LDAP server into the servlet the code compiles but when it is deployed then at the point where the object of the LDAP add class is made in the servlet from there the execution haults and even the web server does not print any error or anything else after that code

I am using open LDAP and netscape SDK for java
While integrating the code to add the entries with the servlet do i need to change the schema or slapd.conf to make java integrate it or will it do

Plz tell the necessary steps

Regards
Monarch
18 years ago
hello all
what is the main difference and what makes J2ME stand different than WAP.What are the advantages and disadvantages of J2ME over WAP

Thanks
Regards
Monarch
18 years ago
Hello all
If i place the code of adding the entries to LDAP server into the servlet the thing happens is that from that line of code the execution stops
Yes but the code compiles successfully but there is a runtime exception
This runtime exception is not even shown just the execution stops

Please help

Thanks
Regards
Monarch
18 years ago
hello
In my chat application made in java i have a package in which my servlets and swing classes reside
when i execute them my login window opens
When authentication is done a main window opens in which the currently online users name with the complete list of current online users gets displayed in the window

My question is::
1. Suppose a single user gets online his name is displayed but when
another user logs in a window opens but it does not show the other
online users how to make all names appear in the same window

2. The whole list of online users should be there with the signed in
user how to make it happen

please do reply
Regards
Monarch
18 years ago
hello
does Sun One app server support ldap v3
Is this server freely available or not
If not then what is the cost of it

regards
Monarch
18 years ago
hello all
i have a similar problem
I am having a servlet in which i wanted to call the class which is adding the entries to the ldap server.my questions are:

1. will i have to create a directory externally or the code which adds will
add itself to the default directory

2. shall i use jndi or normal java class that authenticates and adds is ok

3. if the entry of the user keeps on logging on and off should i every time create entry and authenticate or i should maintain a database

4. which server would be good to run on windows platform

thanks
Monarch
18 years ago