Skip navigation.
Home

Group Discussions

Syndicate content
Mailing List and Group for JUG Nagpur members
Updated: 3 hours 46 min ago

Re: Call for Java developers 6mnths+ exp as trainee

3 hours 46 min ago
Hi All,
This is referring to my earlier mail about Java trainee search. My apologies
for mentioning wrong company name. Please disregard that mail which
mentioned Infospectrum.
1. I had wrongly mentioned the name of Infospectrum.
2. At present there is no vacancy for trainee java developers in
Infospectrum.

Re: [jugnagpur] Cannot find constructor "new GeneralDataCoding(Alphabet.ALPHA_DEFAULT, MessageClass.CLASS1,false)"

3 hours 46 min ago
Charu,
I downloaded the latest ALL version of the JSMPP project from
[link]
I ran this project in Eclipse and it worked
** The key is open the main folder jsmpp-2.1.0 in Eclipse with use existing
sources option in the New Java project wizard
with regards

Cannot find constructor "new GeneralDataCoding(Alphabet.ALPHA_DEFAULT, MessageClass.CLASS1,false)"

3 hours 46 min ago
Hi,
I have to use jsmpp to send a message.
here is the link of homne page
[link]
SO I'm trying to test the sample exqamples provided on the home page of
jsmpp.
Now when I try to compile ist example I get following message.
There is no ample documentation available for me to understand the error or

how to print/check encrypted data in servlet or in servlet header

3 hours 46 min ago
hello everyone,
i have one project in which user login data is getting encrypted first
then it send to servlet in header. In servlet it is using bean/
interface to decrypte data from header.
I want to known how can i view or display that encrypted data or
decrypted data.
and how can i add some additional data to header when i click submit

Re: [jugnagpur] Help in sending SMS using jsp

3 hours 46 min ago
Many companies provide the SMS gateway for sending the SMSs.
These gateways provides simple web services access to send and even receive
the smss.
Few gateways also provide the facilities that you have listed like reports,
etc.
Now you will have to contact such service providers for more information

Re: [jugnagpur] Help in sending SMS using jsp

3 hours 46 min ago
First of all to send SMS you need to buy SMS packs from service providers.
They will provide options to send SMS using their server.
Options are: 1. Direct as url 2. SMPP connection 3. Excel Plugins 4. APIs
in almost all languages
Refer: [link]
[link]
or just search Bulk SMS providers

Help in sending SMS using jsp

3 hours 46 min ago
HI,
I want to create a website which will allow the users to send sms from it in
jsp/Servlet.
Requirements to be fulfilled,
1) Sending single sms at a time,
2) Broadcasting up to 100 sms at a time.
3) Controlling the throughput .
4) Distributing the throughput within concurrent the clients.
Regards,

Re: [jugnagpur] Prolem with tomcat

3 hours 46 min ago
Hi,
I think you must be missing JAR file "el-api.jar" In Tomcat lib folder OR in
your classpath.
- Sandeep Bhiwgade

Prolem with tomcat

3 hours 46 min ago
HI,
Actually I was getting this most popular error screen in jsp developers who
work with tomcat.
my jsp page was .
<%
out.println("This is test.");
%>
I tried reinstalling tomcat using widows installer as well as zip
installation.
If I type localhost:8080 tomcats admin console is successfully opening.

problem in spring framework

3 hours 46 min ago
hello everyone,
I am new to spring.
I want to known that how to transfer control from doSubmit.. method of
controller in spring to another resources

Re: [jugnagpur] Exception while creating jasper report

3 hours 46 min ago
Have a look at the following link. This may help you..

[link]

Regards,
Parag

--
------------------------------ ------------------------------ ------------------------------ ---------------------
Java User Group Nagpur
Home Page: [link]

[jugnagpur] Exception while creating jasper report

3 hours 46 min ago
Following is the servlet i am using to genrate jasper report but
getting exception

package report;
import java.io.IOException;
import java.io.InputStream;
import java.io.PrintWriter;
import java.io.StringWriter;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.DriverManager;

[jugnagpur]

3 hours 46 min ago
Hi,

I am using Apache Commons Net 2.1 API for accessing FTP files. But now I have new requirement for SFTP(Secure FTP). I have checked in API, there is class
org.apache.commons.net.ftp.FTP SClient

But I did not found sample running programes for it. I also tried some examples example but its not working.

[jugnagpur] Re: how to access limited number of data from database in ms-access

3 hours 46 min ago
Hello Sagar,
As you are MySQL user you are using "Limit" keyword.
For Microsoft products we have "TOP" keyword to limit the number of
rows in select statement.
I hope this will solve your problem, Let me know if you still have the
problem.

Regards,
--
Chetan Gole
chetangole.com
+91 996039297

Re: [jugnagpur] how to access limited number of data from database in ms-access

Thu, 07/22/2010 - 11:15
[link]
This link may help you

with regards
Tushar

============================== ================
Tushar Joshi, Nagpur
MCSD_NET C#, SCJP, RHCE, ZCE, PMP
Software Architect @ Infospectrum India Private Limited, JUGNagpur Leader

[jugnagpur] how to access limited number of data from database in ms-access

Tue, 07/20/2010 - 11:15
Hi, I want to access first 5 rows from database(ms access),then when i
will click next button then i should access next 5 rows and so on...
It is possible with mysql using limit keyword but while working with
ms-access it gives syntex error. I come to known that there is no
limit keyword in ms-access.

[jugnagpur] Invitation to connect on LinkedIn

Tue, 07/20/2010 - 11:15
LinkedIn
------------

I'd like to add you to my professional network on LinkedIn.

- Sandeep

Sandeep Bhiwgade
Software developer at infospectrum india pvt ltd
Nagpur Area, India

Confirm that you know Sandeep Bhiwgade
[link]

------

folder lock

Tue, 07/20/2010 - 11:15
i am working on folder lock through java. for that it is necessary to avoid
deletion of folder. I tried file system api. but it not works, might be i
not used it properly so it not worked. so how can i restrict any folder from
deletion.

Re: [jugnagpur] block delete property of file/folder

Sat, 07/17/2010 - 11:15
Swapnil,
Can you please explain what do you actually want to achieve?
Information about what you have tried to achieve it, might also help for
others to answer
with regards
Tushar
============================== ================
Tushar Joshi, Nagpur
MCSD_NET C#, SCJP, RHCE, ZCE, PMP
Software Architect @ Infospectrum India Private Limited, JUGNagpur Leader