Tagged Questions
The stand-alone tag has no wiki summary.
3
votes
1answer
1k views
How to use Brail as a stand-alone general purpose templating engine (like NVelocity)?
I've been using NVelocity as a stand-alone templating engine in my text file generator. The problem with NVelocity is that the macros are quite shaky; pretty much all errors I get are from faulty ...
2
votes
6answers
498 views
Make an executable at runtime
Ok, so I was wondering how one would go about creating a program, that creates a second program(Like how most compression programs can create self extracting self excutables, but that's not what I ...
1
vote
2answers
2k views
Qt Icon embedded in Executeable
I have some buttons on a tabwidget. These buttons need to have some icon on top of them.
I am aware of QPixmap that will allow me to put an image on top of a button, but I see that these constructors ...
0
votes
2answers
96 views
rails standalone installer package for rail 3.xx
Where can I find rails standalone installer package for the rails v.3.x.x?
I know I can use gem command and specify a particular version to download.
Is that available to download on some website like ...
0
votes
0answers
346 views
nginx on separate server proxy_pass to multiple rails apps with sub URI on passenger standalone in different boxes
I have this requirement, where there are multiple rails applications. Each application is deployed in two app servers, (app1 and app2) and they are load balanced through nginx on a separate server ...
0
votes
0answers
256 views
Stand-alone Webservice client with JBoss — java.lang.IllegalAccessError
I developed a stand-alone wevservice client which relies on about three thousands of Jboss 4.0.1 SP1 libraries.
I deployed it as a "Runnable JAR" with Eclipse along with a subfolder containing the ...