I would say it is Windows.
Windows has got excellent features on GUI which is very easy/efficient for a portable computer. Moreover, windows is meant for Personal/Portable computers.
LINUX and its flavours are known for servers/workstations where high performance and availability is needed.
User Profile
Collapse
-
-
Vinoth
First of all, You need to prepare a web service in the Linux machine Language of choice can be Java.
From the java webservice, you could read the CPU performance parameters by using System class. Or, write a C program to measure the CPU parameters and call the same through JNDI.
Finally, deploy the webservice and access it from you C# application on windows machine.Leave a comment:
-
You could use Visual Basic Macros If I am not wrong. But, it is slight tough to build efficient.
My suggestion is to replace the Excel Sheet with MS Data Grid control and updating there to get it reflect in Sql databases....Leave a comment:
-
Hi Buddy,
Well and good.
You can very well use it. To use EJB, first you need to have an Application Server like Websphere Application Server, Glass fish, BEA web logic, etc.
I would suggest you to develop your application using Netbeans5 or 6 where you can deploy the EJB components easily with few actions on the IDE itself.
The second question of you is Advantage and uses of EJB :
...Leave a comment:
-
vinot85 replied to java.sql.SQLException: [Microsoft][ODBC Driver Manager] Data source name not found anin JavaHi Harsha,
I would like to clarify something.
Did you configured the data source using (ODBC data sources) for which you are trying to access ?
If you have configured, can you please enclose the code snippet herewith, so that I can look over it.
Regards,
Vinoth...Leave a comment:
-
Measuring the no of requests to a servlet
Hi all,
Can anyone tell how to measure the no of access to a servlet( No of hits by the clients) ? -
-
Stored Procedure Creation
Hello to everyone. Im using MySQL 5.0. I am trying to create a simple stored procedure like,
Code:CREATE PROCEDURE login_authenticate(IN uname varchar(50), IN pwd varchar(50), INOUT status) BEGIN DECLARE tcount INT DEFAULT 0; select count(*) into tcount from login where username=uname and password=pwd; if tcount > 0 then set status = 1 end if; if
-
Ending Sessions in PHP
Hi everyone,
I have no idea about how to use sessions in PHP. When i click logout button, my session should get lost. If i press back button in the browser it should not go to the server page.It should show message like session ended. Please share your ideas. whether i need to use javascript for doing so? or else some server side code? Help me soon.
Kind and Regards,
Vinoth -
Limiting the connections to a database is always advisable. Because it increases the performance of the application thereby decreasing the database server load.Leave a comment:
-
All you need to do is,1) GO to your JSP code window and right click there. You will find pop up window there. from there you can find a option called 'Call web service operation'....
2)There will be a window asking you to specify the WSDL file location of your web service. Give it accordingly. Netbeans will create the proxy and program skeleton to access the web service via the proxy.
Leave a comment:
-
Hi buddy,
There is something called UDDI. Wherein we will discover the services.Leave a comment:
-
How to access a python script
Hello guys,
Im new to program with python. i want to access python server side script from a web page. What are the prerequesties for that? Im using apache server. should i change any configuration in that server? -
how to attach the database while deploying the vb.net
I am going to deploy an standalone project in a standalone system. I have created this project with Visual Studio2005 and SQL Server 2000. I dont know how to install it with their corresponding database in the targeted machine. -
Hey buddy,
It is very simple to send an information from one form to other web form.
You can either use Query strings or SessionsLeave a comment:
-
All you have done is right,
In order to save a file at Server, you should use like,
file1.SaveAs(Se rver.MapPath("\ Uploads\" & file1.name & ".jpg"))
This Server.MapPath( ) method will map your application to correct virtual path where your application is running.
Now ur files will be saved at dir called "Uploads" in your virtual directory.
...Leave a comment:
-
Hi buddy,
this is simple ya.
Just do the following after opening the connection.
dim cmd as new OleDbCommand()
cmd.CommandText = "select * from table_name"
cmd.Connection = con
dim reader as OleDbDataReader ()
reader = cmd.ExecuteRead er()
while(reader.Re ad())
if reader.GetValue (0).Equals(Text Box1.Text) and reader.GetValue (1).Equals(Text Box2.Text)...Leave a comment:
-
Hi buddy,
If you are using visual studio 2005 and you are trying to access it from c#, just go to project and select Add web reference. it will automatically show an address bar showing enter the url for that web service.
If you enter the URL of the web service created in Java, and click ok after specifying the name of the proxy class say "addproxy" for example.
Then Visual studio will automatically...Leave a comment:
-
Thank u coolsti,
Information provided by you has given me answers for many questions. Thank you.
Can you tell what can be done in PHP, that cannot be done in ASP.NET?Leave a comment:
No activity results to display
Show More
Leave a comment: