packaging
log4j configuration file in a multi-module Maven project
I am working on a multi-module Maven project, whose structure is like this: war-module jar-module The war-module depends on the jar-module, and will add the jar artifact into the webapp\'s lib dire[详细]
2023-01-24 12:45 分类:问答What is the best way to refer to 'external' files that need to be bundled in a Visual Studio (2008) solution for debugging and deployment?
I am trying to build a Windows service that launches a webserver (Nginx) before login on a Windows computer. This needs to be bundled with the install.[详细]
2023-01-23 15:13 分类:问答Packaging and distributing a QtRuby app as a gem? Or how?
I have finished developing a GUI desktop Ruby application that uses Qt through the qtbindings gem, and I need to release it with a few requirements:[详细]
2023-01-22 18:02 分类:问答Wrapping an existing EXE into an MSI - drawbacks?
We\'ve got an EXE which works great for installing our application. However, we have multiple customers who are requesting an MSI for ease of deployment in their current domain.[详细]
2023-01-22 06:28 分类:问答how to decouple data from business logic
Here is the scenario, Let\'s say I have a user class like so: public class User{ private String firstName;[详细]
2023-01-21 07:05 分类:问答Seam & multiple wars: Contexts.getSessionContext() is null in other war
I am using Seam 2.2.1.CR1 on Weblogic 10.3.2 and JSF 1.2. I have an ear application with 2 war files. The first war is a JSF / Seam application, the second one does have JSF / Seam, but also has some[详细]
2023-01-21 06:42 分类:问答How to exclude certain plugins from war in grails 1.3.5
I\'m seeking how to exclude plugins for specific environments. According to GRAILS documentation, starting with 1.3.5 it\'s now possible to disable a bunch of plugins. For example, I add the jetty plu[详细]
2023-01-19 20:33 分类:问答How to handle multiple database schema creation scripts with Maven?
I have an application in development that supports several databases including SQL*Server 2008, Or开发者_JAVA百科acle 10G, Oracle 11G, MYSQL 5, etc.Already within Maven I have done three things:[详细]
2023-01-19 10:05 分类:问答How to package PHP apps so they will work on any user computer?
Is there a way to distribute a PHP program like a desktop app, so that even if the user of the app doesn\'t have a local server environment setup on there PCs, the app will still work?[详细]
2023-01-18 12:59 分类:问答How to compile python code that uses boto to access S3?
I\'m trying to compile a simple Python program, that uploads files to an S3 bucket using the boto package, in to a single, redistributable .exe file. I\'m open to any compilation method. So far I\'ve[详细]
2023-01-18 02:13 分类:问答