Do you prepare a new application (stand alone exe file) for admin or handle it in the same application by access rights?
Do you prepare a new application (stand alone exe file) for admin or handle it in the same application by access rights? ...
Do you prepare a new application (stand alone exe file) for admin or handle it in the same application by access rights? ...
hi Is there anyway that I can use firebird with my winbinder standalone application? i'm developing simple windows application with winbinder and I was trying to embed firebird with my application. does anybody knows how to do this if its possible? ...
In terms of skills, he should need knowledge on the server side programming (mostly), the client side programming (AJAX today is a MUST), front-end design techniques (XHTML & CSS + Usability issues), a RDBMS knowhow (both developer and maintainance), a big knowledge on recover server issues (the Apache web server and the underline hot, l...
I have been searching for an ACT! compatible contact management solution and have not had any luck. While I am not a programmer or developer, I have been trying to find anything I can on the subject. (very overwhelming!!!) So, that's why I decided to chance asking for help. I have a Moment and all the contact managers tend to sync with...
In Delphi you can create a standalone Windows VCL Forms application. You can also create a Windows service application. Is it possible to combine the two in a single application that can run as a standalone application and can also be installed as a Windows service? ...
I have a product catalog using apache, php and mysql. I need to put it on a CD, so it can be run from it direclty. What possibilities are there? ...
There are many tutorials online giving very complex or non-working examples on this. It seems that people recommend others to use the syntax highlighters offered by netbeans but I am totally puzzled on how to do so! I have checked many many sites on this and the best I can find is : http://www.antonioshome.net/kitchen/netbeans/nbms-sta...
I am interested in creating a Spring standalone application that will run and wait to receive messages from an ActiveMQ queue using Spring JMS. I have searched a lot of places and cannot find a consistent way of implementing the main method for such a standalone application. There appears to be few examples of Spring standalone applicati...
Hi, We've developed a Java standalone program. We've configured in our Linux (RedHat ES 4) cron schedule to execute this Java standalone every 10 minutes. Each standalone may sometime take more than 1 hour to complete, or sometime it may complete even within 5 minutes. My problem/solution I'm looking for is, the number of Java standa...
Hi all, I have a standalone Axis2 server running using org.apache.axis2.transport.SimpleAxis2Server I would like to enable mutial SSL on this server. I have managed to get 1-way SSL working using my own selft signed certificates. I have uncommented the SSLVerifyClient paramter, but this makes no difference. The server is running with ...
I have to burn a Java application on a CD. This application have to run on every Windows PC wihtout any installation (also JRE shouldn't be installed) before. ...
Is there a "best" or more popular database for standalone Java app? I'm currently writing by hand, but I would like to know what is commonly done, if there is something that is commonly done. update: talking about small app (may grow, but its small for now) ...
I wrote my Java application in Eclipse. Now I would like to generate a .jar file which can be run on other systems from the command line. Is there a easy way to do it in Eclipse? In particular I am wondering what should I do with the jar files of external library that I use (should it be included into my .jar file?). Moreover, should I...
I have created a standalone executable JAR program that needs to send private information over a SSL connection. I was not able to establish the SSL connection using certificates. Was getting this: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path `building failed: sun.security.provider.certpath.S...
Can anyone recommend a language, library, framework or book which focuses on GUI programming from the perspective of a web developer? I have experience in web development, for example HTML/AJAX/PHP/MySQL among similar technologies. However, I have never programmed my own back-end, or any kind of standalone program. Does anyone have ex...
In Netbeans 5 there was an Editor library that could be used independently of the Netbeans platform. The current version of the Editor appears to only be a module, without any mention of the prior stand alone capability. I'm wondering, can I use the editor module independently of the whole platform? Even evidence of other modules working...
I'm running Tomcat in standalone mode. The "standalone" part is very important: I am not going to install Apache in front of Tomcat. In my question here, about how to implement a "web bug", I got a great answer: http://stackoverflow.com/questions/3011876 However the answer states: In your access logs, you can count for your jpg ...
There's manage.py runserver in Django or ruby script/server in Ruby on Rails — those familiar with one of those frameworks should already get the idea what I'm looking for. They run tiny "standalone" web server, which is perfectly enough to debug the application locally, without any need for other software (Apache/Nginx/Lighttpd/etc). I...
I'll start with an example: Apache web server (under Windows) has a nice feature: it can be both run as a standalone application (with current users privileges), and that it can be installed and run as a windows service directly (as local system account), using same executable. In order for application to be run as a standalone app, all...
Hi, I'm migrating from JBossAS 4.05 to JBoss 5.1, and I have doubt about wich libraries I need to change in my EJB standalone clients. From JBossAS 4.0.5, I have a straight list of libraries that I need to deploy within all clients. But, in 5.1 version, some libraries was changed or supressed. Anybody have a straight list just for ac...