- Community Home
- >
- Networking
- >
- Software Defined Networking
- >
- Using Properties Files for SDN Applications
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
09-10-2014 10:44 PM
09-10-2014 10:44 PM
Using Properties Files for SDN Applications
Hi,
I would like to know if it would be easy to use properties files for initializing certain parameters in my SDN application.
Currently I am putting the properties file in a certain location in the controller machine and using the absolute path in the java code to access it. Now, with this solution, I have to scp/ftp over the properties file before uploading the SDN application in the controller.
If I want to have the properties file as part of the ZIP file that is uploaded, how do I go about it? Do I need to change any classpath parmaeters? How do I access the properties file from within the code as the application would be an OSGi bundle?
Could someone clarify this?
Thanks and Regards,
Sridhar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2014 07:01 AM
09-15-2014 07:01 AM
Re: Using Properties Files for SDN Applications
Hello Sridhar,
As per the programming guide2.3 [page 197 onwards] Creating a GUI – views as well as the associated properties files can be created for the gui part.
You can also take the help from the properties files supplied with the Sample Application.
Please follow the step mentioned in the guide and let us know if you still face some problem.
Thanks,
HP SDN Team