third-party

Powershell.exe running the script in cli, or a wrapper?

Hi all! I have a third-party application that's extensible by adding exe-files that perform dataconversion etc. I've written an extension in Powershell that does the conversion I want, but I'm unable to get the third-party app to run my ps1, as it will only accept an .exe file as an extension. The app adds a filename as the first (and o...

Frameworks and third-party tools

Let us suppose we'd like to use very helpful framework (for example ORM or UI framework), that in general matches you requirements, but requires installing and using third-party tool like PostSharp (tool, that implements AOP modifying compiled code on post-build stage) or something like this. On the one hand it can significantly improve...

Build server: Best practices managing third party components ?

I'm maintaining a quite large legacy application. The source tree is a real mess. I'm trying to set up a build server. On the source tree, i've third party component with sources (also in the project's include path). These components are also installed within the IDE. My question is : How to manage those components ? I thought to man...

X509 - Toolkit/API - C/C++ Certificate Management

Hello I am looking to identify a third party API which will perform certificate management using c/c++; Ideally, the API should perform the following, Generate CSR's Perform Certificate conversions(pem<>DER) Retrieves certificates from CA's Parsing X509 certificates to extract various fields like public key, subject name, i...

In java how do you refer to a class that is in the default package of a third party library?

I have downloaded a third party library and they have classes I need to refer to in the default package? How do I import these classes? ...

Can I use an included third-party jar outside of ColdFusion

We have ColdFusion MX7 which uses ICEBrowser behind the CFDOCUMENT tag to render HTML. We would like to use ICEBrowser for some other Java work but it has been discontinued and seems like a bad purchase. I could simply link to the ICEBrowser jars in the ColdFusion directory but that seems like it may be a licensing issue? Those are th...

How to Handle (Useful) Security Flaws in 3rd-Party Software

I've come across a serious security flaw in one of the B2B web service providers that we operate on behalf a client. Essentially, one can upload and execute arbitrary code as administrator if they monkey with the parameters in the URL. Many other organizations also this service as well, so this flaw effects their security as well. Norma...

Are there any other Image sub classes?

I was wondering if there are any implementations of java.awt.Image out there other than the ones provided by the Java standard edition. Any third party classes maybe that provide any useful features overlooked by Sun? ...

Are TopCoder Components or Applications Quality Products?

Does anyone have experience with buying or using any TopCoder components or applications and do they seem like they are useful and worth the money? ...

Suggestions for third party WPF controls...

Which are the best third party WPF controls available in market currently? ...

Include Third Party Jars ANT

I am new to using ANT and am trying to include third party jars in the build using Eclipse 3.5. I keep getting "cannot find symbol" errors in the compilation, so obviously it is not taking these two jars into consideration. If anyone can show me where I am going wrong, or suggest another route, I would appreciate it. Thanks. JarPath bel...

Third party control suite's for Windows Forms

DevExpress or ComponentFactory's: Krypton Toolkit I am looking for people's experiece with either. Ease of use(programmatically)? Accessability of help and support? User Community? Stability of controls? Ability to extend? I am not asking anyone to Google it for me. I would like actual experience with either control suite(why I...

RandomAccessFile in Blackberry

Hi there, I know there is no RandomAccessFile class in Blackberry's set of APIs.I have a Java third party library that uses RandomAccessFile class. How do I convert it to Blackberry specific class, and more over, Is there any alternate solution for implementing RandomAccessFile ? Please help. Thanks. ...

log4j with third-party-initialized JVM, multiple JAR files and Jython

I have a mess I would like to attach log4j logging to. Let me try to explain the process. Third-party application launches a JVM and loads Main.jar. Main.jar includes a properties file for log4j logging and code to read it in with a PropertyConfigurator. Logging in Main.jar works. Later, third-party application loads JythonApp.jar. Jyt...

Third Party Controls for Address Input

Can anyone recommend a third party control for an ASP.NET site that supports the entry and validation of address information for multiple countries? For instance, when "USA" is selected as the country a text/combo box for "State" is displayed/enabled and required, where as it's hidden/disabled and not required when "Canada" or other co...

Silverlight third party controls for datagrid & maps ?

What is currently the best third party control set for Silverlight 3? My application will make heavy use of a CRUD datagrid and an interactive global map with my own datapoints layers. I am willing to purchase individual map/datagrid components but would prefer to stick to the one vendor if possible. My metrics for 'best' are primarily ...

Third party libraries in CMake

I am using cmake for my project, but I have another library in a subdirectory ( say lib/ ) which uses a plain Makefile. How do I instruct CMake to run the Makefile in lib as part of the build process? ...

Field level attribute vs Property level attribute

Hello, This is something I find rather curious, that a lot of third party libraries such as FileHelpers and Command Line Parser are designed to work at field level rather than property level. Is there a particular reason why so many have chosen to target their tools at public fields rather than properties? My personal feeling is that p...

How do I test a third party framework when I need to pass in an HttpResponse

I have a third party framework that I'm using to write out an excel document and have the user download it. The problem is that the user is attempting to export a large number of records, and it's throwing an OutOfMemoryException. I'm trying to write a test to verify that this is happening in the third party framework and not in my cod...

How to check licence of third-party jars

We distribute a number of third-party jars with our product. Is there any way I can analyse or perform a lookup on each jar in order to determine its license - e.g. CDDL v1.0, Apache License Version 2.0? I thought maven might provide an answer, but a quick search of the repositories shows that many projects do not provide their licens...