standalone

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? ...

How to embed Firebird with winbinder?

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? ...

Could a single person cover all the skills that should be needed for a commercial web project to succeded?

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...

Help with nongoogle Contact management...

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...

A standalone Delphi application that can also be installed as windows service

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? ...

how to run xampp on cd?

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? ...

How to use Netbeans platform syntax highlight with JEditorPane?

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...

What should the Java main method be for a standalone application (for Spring JMS) ?

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...

Controlling maximum Java standalone running in Linux

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...

Mutual SSL in Axis 2 SimpleAxis2Server

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 ...

How to make Java application standalone?

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 most popular database for standalone Java app?

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) ...

How can I create a self-consistent .jar file with Eclipse?

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...

SSL connection using Java standalone app

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...

Transitioning from the web to the desktop

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...

Can I use netbeans modules independently of the platform?

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...

Java/Tomcat standalone, how to log/access all the HTTP GET requests

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 ...

Tiny PHP "standalone" server (or framework) for local debug without Apache/Nginx/Lighttpd/etc

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...

How to make windows service application so it can run as a standalone program as well?

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...

Which JBoss 5.1 libraries I need for a standalone EJB client?

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...