All Questions

1
answer

DDD - What is a complex domain?

Domain-driven Design (DDD) is best applied to complex domains . What characterizes a complex domain? (please be more specific than "it has complex business rules" ). What would be examples of complex domains? How can I classify a...
asked on 19.01.2016 / 13:18
1
answer

How do I make the sublime text mark a word as a keyword?

I like to use the sublime text to develop some things in php. But there is one thing that has not yet been implemented. When I create a trait , sublime text does not "color" the keyword trait as expected. How can I make...
asked on 14.07.2015 / 18:51
1
answer

Class Patterns [duplicate]

I'm not getting Portuguese literature, so I found an article in English that I did not quite understand the concept , could someone help me explaining the differences: Write a Class with methods within the Class: function MyClass() {...
asked on 03.07.2015 / 15:25
1
answer

How do I run a web application in IIS without hosting the source code on the machine?

Developed a web application (asp.net, c #, javascript, etc.) for a client. The idea is to mature that application, and turn it into a product. The question is, how can I run my web application locally, ie by IIS, on the client server, without le...
asked on 05.08.2015 / 19:51
2
answers

How to serve files with access control in Django?

When studying Django, the typical way to handle file upload was to create a media folder on the server - setting MEDIA_ROOT and MEDIA_URL to settings.py - where every uploaded file would go. In models, a FileField...
asked on 21.05.2015 / 21:55
2
answers

Table to record record history (Best form)?

I have a question about how best to create a table so that every action in a record is saved, thus creating a history of it. I have the following table, but I do not know if it is the best one. create table sispro_historico_processo ( id_h...
asked on 19.05.2015 / 17:57
1
answer

Retrieve digital certificate information

I'm working with digitally signed PKCS # 7 PDF files. I have searched the internet and can not find a way to retrieve subscriber information. Using the SignedCms class I can even get some information when I do the decode of the...
asked on 06.05.2015 / 20:59
3
answers

Script to query external IP [closed]

How can I get the address of IP of the person who logged into my system? I searched Google and all I find are queries on third-party sites ( link , # Does anyone know of any links or scripts (PHP, Python, ...) that do this?     
asked on 29.06.2015 / 18:41
1
answer

EJB Project Division

I have an EJB project, to do the system deployment the project needs to be divided into 3. The Database on a machine The user interface on another host And EJB (Services) in another Only the system is fully developed in ejb, the EAR p...
asked on 11.06.2015 / 17:09
3
answers

Div with fixed position on the screen within the limits of another div

I need a div to be fixed on the screen, ie, go down as I see the rest of the page, but the problem with position:fixed is that it takes the element out of the page flow. I want this div to be fixed within the bounds of another div, and...
asked on 17.08.2015 / 19:34