Back to SipClickToDialExample2, or SipClickToDialExample2 Info
| At line 218 changed 1 line. |
| The example is distributed as a NetBeans project. You can build and deploy it directly from [NetBeans 5.5.1|http://www.netbeans.org/community/releases/55/1/] to a [SailFin|http://sailfin.dev.java.net] container. You will also need to download install the [SIP development plugin for NetBeans | https://glassfishplugins.dev.java.net/sip/index.html]. |
| The example is distributed as a NetBeans project. You can build and deploy it directly from [NetBeans 5.5.1|http://www.netbeans.org/community/releases/55/1/] or [NetBeans 6.0|http://www.netbeans.org/community/releases/60] to a [SailFin|http://sailfin.dev.java.net] container. If you use NetBeans 6.0, you can also use the [SIP Application Development Module for NetBeans 6.0|https://sailfin.dev.java.net/servlets/ProjectDocumentList?folderID=8167&expandFolder=8167&folderID=0] to develop new SIP Application projects. |
| At line 220 added 2 lines. |
| More information about the development module can be found in [these search results|http://www.google.com/search?q=SIP+Application+development+module+for+Netbeans+6.0]. |
| At line 224 changed 1 line. |
| # Open the project in NetBeans 5.5.1 |
| # Open the project in NetBeans |
| At line 231 changed 1 line. |
| Before you deploy, create a JDBC resource called jdbc/sample. You can do that by logging into the Admin console (http://localhost:4848) and clicking on the little triangle to expand <b>Resources</b>. Click on <b>JDBC</b>. Click on <JDBC Resources</b>. You will see a list of already existing JDBC resources. If you do not see <b>jdbc/sample</b>,you can create it by clicking on <b>New</b> button. Use <b>jdbc/sample</b> for name and choose the pre-defined <b>DerbyPool</b> for the database connection pool. Click <b>OK</b>. If you used NetBeans, it is supposed to do this for you automatically. |
| Before you deploy, create a JDBC resource called jdbc/sample. You can do that by logging into the Admin console (http://localhost:4848) and clicking on the little triangle to expand <b>Resources</b>. Click on <b>JDBC</b>. Click on <JDBC Resources</b>. You will see a list of already existing JDBC resources. If you do not see <b>jdbc/sample</b>,you can create it by clicking on <b>New</b> button. Use <b>jdbc/sample</b> for name and choose the pre-defined <b>DerbyPool</b> for the database connection pool. Click <b>OK</b>. |