Thursday, 18 February 2016

How to Run a Client Server in NetBeansIn Feburary 2016 18,

In Feburary 2016 18,
Click the 'Start' button and 'All Programs' to expand the Windows application menu. Click the 'NetBeans' folder, then the 'NetBeans' application icon. This will launch NetBeans in a new window.
Right-click the 'EJB' project module and select 'New,' then 'Session Bean.' The NetBeans project configuration screen displays on screen.
Type 'MySession' in the 'EJB Name' box.
Type 'ejb' in the 'Package:' drop-down menu.
Click the 'Stateless' radio button under 'Session Type:.'
Click the 'Remote in project' check box under 'Create Interface:.' Select the 'EJBRemoteInterface' project from the drop-down list and then click the 'Finish' button.
Right-click the 'EntAppClient' enterprise application project and choose 'Run' from the drop-down menu. NetBeans builds the project that contains your application and runs it on a client server.
In Feburary 2016 18,

No comments:

Post a Comment