Questions tagged as 'web'

1
answer

web api TypeConverter does not run

I'm making my first web api and I have the following controller: // POST api/Recipes [HttpPost] public void Post([FromBody] RecipeModel newRecipe) { if (newRecipe != null) { using (var container = Db4oE...
asked by 21.10.2017 / 14:09
0
answers

Error installing Spring

When I try to install Spring by marketplace and in a first attempt it was possible but I do not change the interface, Eclipse is restarted but I do not take the changes, when entering from the marketplace it indicates as if it were not installed...
asked by 20.10.2017 / 03:37
0
answers

Joomla and databases [closed]

I'm about to start a project and I've found myself with joomla, but I'm wondering if it's possible to use SQL with joomla? the project belongs to a company which will hardly change its database managers, so I would like to make sure that SQl is...
asked by 05.10.2017 / 04:00
0
answers

How can I insert and extract variables with "session" with java :?

this is the scenario: On the one hand I have a .java where I want to put a variable in session doing this: String [] matriz = new String[5]; matriz[0] = "Hola"; matriz[1] = "que"; matriz[2] = "tal"; matriz[3] = "estas"; request.getSess...
asked by 27.09.2017 / 11:44
2
answers

Help with project to connect Arduino and web server

I'm trying to do a project where I want to move servomotors from a web and I can not do it. The server is a Raspberry Pi and I want to move the servomotors with some sliders. The thing is that for the servomotors to move I have this code on the...
asked by 27.08.2017 / 23:32
0
answers

wcf (sql server) + listener in android studio [closed]

I wanted to ask you about the paradigm I am using to work on my application with respect to the information that it handles: Basically, when I want to update the information I have to call my web service to update the data I store with sqlite. T...
asked by 07.08.2017 / 22:35
1
answer

Angular 4 - Import JS file with global variables?

I'm working with Angular 4 and my problem is this: At the moment of generating a production package with ng build --prod my dist folder is generated and inside it my assets folder where I included a JS file called "ip.config.js". In this file...
asked by 21.08.2017 / 19:56
1
answer

Label S: Select struts2 jdbc

Hi, I'm learning Struts2 , I'm doing a registration form but I have a question about how I can pull the records that are in a table to the s:select tag (I practically want to make a > combobox pulling data from a field in a sql table)....
asked by 30.05.2017 / 23:53
0
answers

How to Regist NIC Chile Domain in Firebase Hosting [closed]

I can not add a TXT record to my DNS provider since NIC CHILE does not give the option to add a TXT record. How do I do it ?, They told me that I had to do it through a hosting company, that these companies provided those services. then st...
asked by 31.05.2017 / 21:15
0
answers

Web service Google or similar

I have to do a google web service or a similar one in netbenas for class. I have to use java, and I have been looking for a long time, but I can not find any examples. The google, apparently, do not use web service, are an api that you put the l...
asked by 23.05.2017 / 18:58