- Community Home
- >
- Networking
- >
- Software Defined Networking
- >
- Re: HP SDN App Java Entry Point
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2014 06:52 AM
07-14-2014 06:52 AM
HP SDN App Java Entry Point
Greetings,
I am a beginner on the area of Software Defined Networking and recently been using HP SDN VAN Controller. I have followed the several useful materials provided for creating sample applications, installing and deploying etc.
Recently I have isolated one module and hp-app module from the sample application in the HP SDN manual. After manipulating and changing the pom.xml files to fit Maven compilation I added a simple Java function to write and append to a file named as "myfile.txt". And added a test to verify it during Maven compilation. The test works well during the compilation and writes to the file (Ubuntu 12.04 LTS on VirtualBox by the way) properly.
I have installed and deployed the application to the HP SDN Controller but I'm at a loss on the entry point of the Java functions while they are working on the controller. My expectation is for the application to write to the file like in the compilation test whenever I start the application. Anyone can provide guidance regarding this?
-Best Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2014 11:16 AM
07-22-2014 11:16 AM
Re: HP SDN App Java Entry Point
Hello ugralitan,
As per SDN Programming guide you can generate sample ‘health-monitor’ ,each module in the application has its description on pages 107-108 .
For e.g.
hm-api defines the application’s API or application’s services
hm-bl implements the application’s API
….
...
For you application you can create some service/API which will be java source files and the same can serve your purpose.
Please let us know if this helps or still you are facing some problem.
Thanks,
HP SDN Team