Questions tagged as 'lado-do-servidor'

8
answers

What better way to work offline and synchronize data with server?

I'm working on a project where users will need to register offline and then submit their entries to the server as soon as the internet connection is available. My problem is to know: What is the best way to work offline? Preferably native...
asked by 16.02.2014 / 19:20
4
answers

What is the difference between client-side and server-side code in web development?

I'm studying ASP.NET through a book called Professional: ASP.NET 4.5 in C # and VB and at various times the author talks about client-side code and server-side , I would like to know the difference.     
asked by 18.12.2013 / 20:22
6
answers

Why use JavaScript if there are so many other technologies to generate dynamic content?

Technologies and programming languages specialized for the Web, such as PHP, have as part of their set of roles, generate dynamic HTML content (the page will be presented by the browser according to various conditions). And there are several tec...
asked by 11.03.2014 / 13:58
2
answers

How to configure HTTP authentication with JBoss?

I would like to protect my entire site with username and password, I saw that it is possible to do this using HTTP authentication, but I would like to know how to do this in JBoss.     
asked by 11.12.2013 / 19:24
4
answers

Copying files via SSH between two remote servers

How to copy files from server1 to server2 via SSH with just one command line, and am I not logged in to any of them? I'm on a 3rd machine. And I have the credentials of both.     
asked by 31.01.2014 / 17:48
2
answers

What are the differences between client-side and server-side "rendering"?

Lately I've seen a lot of the term server-side rendering , mainly with the popularization of some frameworks and libraries, but I still can not understand what improvements this can bring to a system. I would like to know the difference...
asked by 05.06.2017 / 18:48
1
answer

Do processing on the front-end or the back-end?

In the client-side and server-side separation architecture, it is common to doubt who is responsible for doing some processing. On the one hand, processing on the client-side can be beneficial to server-side performance, which will deliver th...
asked by 20.04.2018 / 23:25
3
answers

Classic ASP out of IIS? Windows x64

Does anyone know of a program / server capable of running classic asp (VBScript, JScript)? and other than IIS?     
asked by 06.03.2014 / 13:48
2
answers

Is it possible to prevent injection of external resources and requisitions for greater security?

I understand that we can create and search javascript plugins, parse the code and make sure it will not inject anything into the page out. But supposing there is some library to inject elements <script> , <link> , &...
asked by 18.07.2015 / 19:39
1
answer

How do I restart OpenFire settings?

I'm working with a project that uses an XMPP server. I'm using OpenFire to set up a development and testing environment. Once you start it for the first time it offers a step by step to configure it. I think I missed something in the configurati...
asked by 14.12.2013 / 13:53