Search:

Type: Posts; User: rcbandit

Search: Search took 0.09 seconds.

  1. Replies
    0
    Views
    1,241

    Embed Oracle ucp unto bundle

    I want to use Oracle Connection Pool in OSGI bundle. I created small test demo.


    I embedded the UCP jar using this configuration:
    <Embed-Dependency>ojdbc6,ucp;scope=compile|runtime;inline...
  2. Bissiness potential in open source frameworks

    I'm interested are there any appourtunities for making money in open source web frameworks like CakePHP and other simmilar software products. For example is there a demand for payed support.
  3. Replies
    0
    Views
    1,175

    JSF - input field is not updated

    I have a problem with a JSF page which I can't solve. I have a JSF page which is used to store application settings into database table. This is the source code of the JSF page:



    <div...
  4. OSGI - missing imported package=org.apache.commons.collections

    I'm trying to create very simple OSGI bundle with Circular FIFO Buffer. This is the complete source code: test.zip 2shared - download

    I created this simple java class:

    package com.sh_2.test;
    ...
  5. Replies
    0
    Views
    1,456

    Java server Faces and Oracle

    Hi,
    I'm looking for a book or tutorial to learn how to work with JSF and Oracle. Can you recommend me some books or web tutorials with good examples?

    Regards
    Peter
  6. Replies
    0
    Views
    1,896

    How to place JSF pages into OSGI bundle?

    Hi,

    I'm using Netbeans 7.0.1 to create a JSF application. I created the parent POM file and the OSGI bundle. The problem is that I don't know how to place the JSF pages into the OSGI bundle....
  7. How to compile OSGI bundle as EAR file in Netbeans

    Hi,
    I'm trying to compile OSGI bundle as EAR file in Netbeans 7.0.1. This is the main POM file:



    <?xml version="1.0" encoding="UTF-8"?>
    <project xmlns="http://maven.apache.org/POM/4.0.0"...
  8. Replies
    1
    Views
    2,763

    Java web console with Java Native interface

    Hi,
    I need to create a web java console displayed as JSF page using JNI. The purpose of the web java console will be to have a quick access to the system shell on which it runs.
    Is there a...
Results 1 to 8 of 8