Questions tagged as 'framework'

1
answer

What is Lombok?

What is Lombok and how could I use it in a java class? What are the advantages and disadvantages of its handling in a java application?     
asked by 18.07.2016 / 20:27
1
answer

$ this-_forward () and Zend Framework

Sirs, Using $this->_forward() in Zend Framework 1 we redirect to controller and action we want. In my case this is not working well in the following situation. I made a query, I want it after deletar a reco...
asked by 12.02.2015 / 18:00
2
answers

Select specific columns from a repository in Doctrine 2

First, we know that depending on the number of columns in a query, you can increase response time. In Doctrine I call the following repository, which has a relationship and which brings all the columns of both entities. public function inde...
asked by 31.12.2014 / 18:25
1
answer

JavaScript Framework ExtJS would be the best option for large projects? [closed]

I would like to know if anyone has experience or great knowledge about the JavaScript ExtJS framework or some equivalent. The goal is to know if it is recommended (recommended = best option) for sites (large sites such as virtual stores and p...
asked by 09.12.2014 / 18:14
1
answer

XML configuration

In the configuration of pMapper (Mapserver framework for PHP), there is this configuration which I am in doubt as to how to configure it. <dsn encoding="UTF-8">pgsql://postgres:postgres@localhost/db</dsn> Would it be som...
asked by 27.11.2014 / 20:56
1
answer

Composer extremely slow and inconsistent

Some days I'm having a problem with my composer that does not make much sense (it does not have a default / default logic, the errors are almost random), so I'm not able to solve it, what happens is as follows I have a mini framework, and I'm...
asked by 14.08.2017 / 19:42
1
answer

How to make a form with JSF with a field that can have as many values as needed?

Considering the following entity class: import java.io.Serializable; import java.util.List; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; import...
asked by 22.08.2016 / 20:59
1
answer

Problem when ordering posts in wordpress

Hello, good morning. Well, I'm having trouble sorting posts in wordpress categories. Ex: I have the category news, movies, music, images .. I want to sort the posts of these categories in ascending order. I used the following code <?p...
asked by 28.09.2016 / 15:44
1
answer

Framework Ionic http request mobile [closed]

I have an ionic page that requests a page in codeigniter, I send the data and I receive it correctly, without problems in the browser, however when I transform in .apk and squeeze in the mobile the application until it turns however any button t...
asked by 27.05.2016 / 22:46
1
answer

Route Error When Accessing Site

When I add this route in the routes.php file: routes.php Route::get('postagem', function (){ return "teste"; }); Route::get('/', function(){ return View::make('hello'); }); Displays this error:    Fatal error: Class 'Route'...
asked by 10.11.2015 / 16:18