This is a generator that will allow you to easly create complex JSF applications. Using the JPA, EJBs and JSF with Bootsfaces.
Requirements:
- Eclipse ( with Maven )
const http = require('http'); | |
const { spawn } = require('child_process'); | |
const { DeviceDiscovery } = require('sonos'); | |
const ip = require('ip'); | |
const PORT = 8080; | |
const HOST = ip.address(); | |
const SOURCE = 'hw:1,0'; | |
const STREAM_NAME = 'Vinyl'; | |
const SONOS_GROUP = 'Pool'; |