Most voted "framework" questions
DO NOT USE this tag for a specific framework, each has its own. A framework, in software development, is an abstraction that unites common codes between several software projects providing a generic functionality. A framework can achieve a specific functionality per configuration during the programming of an application. Unlike libraries, it is the framework that dictates the control flow of the application, called Control Inversion
Learn more…194 questions
Sort by count of
-
1
votes1
answer384
viewsUsing Cakephp, how to generate editable Pages?
I’m developing a site using Cakephp, but although basic I would like to know the correct way to create pages like : Home, Contact, About, simple user page(logged in with permission 1), administrator…
-
1
votes0
answers171
viewsUsing bootstrap and apache Tiles
I will start using Spring MVC to create my pages but have some questions: Using Apache Tiles to create templates and using Bootstrap(CSS Framework) to style pages is advantageous, or is it better to…
-
1
votes1
answer387
viewsDoes Codeigniter work under Linux?
I’m starting with the Codeigniter Framework and wanted to know if it works on normal linux hosting or will I have to hire a dedicated?
-
1
votes1
answer39
viewsConfiguration of XML
In the configuration of pMapper (Mapserver framework for PHP), there is this configuration which I am in doubt how to configure it. <dsn…
-
1
votes1
answer476
viewsFramework Javascript Extjs would be the best option for large projects?
I wonder if someone has experience or great knowledge about the Javascript Extjs framework or some equivalent. The goal is to know if the same is recommended (recommended = best option) for websites…
-
1
votes2
answers255
viewsSelect repository-specific columns in Doctrine 2
First, we know that depending on the number of columns in a query, you can increase the response time. In Doctrine I call the following repository, which has a relationship and brings all the…
-
1
votes1
answer448
views$this->_forward() and Zend Framework
Sirs, In the use of $this->_forward() in the Zend Framework 1 we give a redirect to the controller and action we want. In my case this is not working well in the following situation. I made an…
-
1
votes3
answers5685
viewsHow do I open a file from a specific directory in . PDF in Visual Basic 6?
I created an application which saves files in a specific directory. What I would like is to click a button, I can open this file . pdf.
-
1
votes1
answer641
viewsImport error br.gov.frameworkdemoiselle.security.User
Error importing the interface User: import br.gov.frameworkdemoiselle.security.User; Version of Demoiselle used: 2.5.0-RC1 According to Grepcode, in version 2.5.0-BETA2, this interface existed…
-
1
votes2
answers945
viewsWhy can’t I update the framework?
I’m trying to install a WebService on the client, which is Windows 7, but I’m not able to update the framework. I downloaded the framework 4.0 and 4.5 and it still doesn’t appear for me to activate.…
-
1
votes1
answer783
viewsCall ion-view in function
I’m starting in Ionic and Angularjs, already googlei enough and found nothing about this simple doubt. I can navigate well between the ion-view "Page1" and "Page2" using buttons: <ion-view…
-
1
votes0
answers41
viewsUitableviewdelegate methods are not called with Swrevealviewcontroller
I have a UITableView representing a menu using the framework SWRevealViewController. Methods that require user interaction are not working properly. For example: the method didSelectRowAtIndex…
-
1
votes0
answers137
viewsScreen Design Tool with HTML5
Greetings, search drag-drop style tool, intuitive and easy. Able to insert the components to a webapp referring to the visual part. Which automatically generates, or in real time, the HTML5 code and…
-
1
votes1
answer332
viewsConfigure Apache2 with PHP 5.6 to use Fuelphp
Well come on, I use Ubuntu, php5.6, apache2, mysql-server, FuelPHP. And for now I’m using the xampp that can run my applications correctly (however I have to start it always and it does not let me…
-
1
votes0
answers52
viewsOmniface Selectitemsconverter does not reflect the values of the object on screens
I’m using the component selectOneMenu with the conversion of omnifaces. When I save my object in the database works right, but when I restore the information, they do not reflect on the screen, ie…
-
1
votes1
answer133
viewsRoute Error Accessing Site
When I add this route to the file Routes.php: Routes.php Route::get('postagem', function (){ return "teste"; }); Route::get('/', function(){ return View::make('hello'); }); Presents this error:…
-
1
votes0
answers33
viewsWhat a PHP class would look like to do a database search with PDO
I’m trying to do mine framework, I’ve already managed to create a class called Model, within it has a function called getDataBaseConnection() and now how do I do it? I can’t create another function…
-
1
votes0
answers261
viewsChromedriver.exe error using Coypu for Selenium
I’m making an app, to test this framework unit test. However, it indicates an error that cannot find the path where Chromedriver.exe is, the same is found in the folder I indicated. Here follows my…
-
1
votes3
answers1218
viewsHow does Laravel "guard" the routes?
In the Laravel, both in 4 and 5, we can use a class called Route in order to create certain routes. My curiosity is: how does the Laravel (or other frameworks) do to "know" which given route…
-
1
votes1
answer213
viewsCellular Ionic http request framework
I have an Ionic page that makes request for a page in codeigniter, I send the data and receive correctly, no problems in the browser, but when I turn into . apk and I run the application on the…
-
1
votes1
answer318
viewsIs there a framework to assist in the authentication process when using Google Appengine?
I don’t want to use the app session. Would Spring Security be the only option? In this case it would be a SPA app.
java framework spring-security google-app-engine single-page-applicationasked 8 years, 5 months ago gledson85 23 -
1
votes1
answer165
viewsHow to Implement Plugins in an MVC Framework
I’m creating my own Framework MVC, mainly for studies, and would like to implement plugins but I have no idea how to do it. I would like to know some points, such as: Control of plugins installed?…
-
1
votes1
answer85
viewsHow to correctly insert a Bootstrap navbar into the Codeigniter view?
I am learning Codeigniter and would like to know what or what are the correct ways to insert a navbar in my view taking into account that it will be inserted by all views present in the system. My…
-
1
votes1
answer116
viewsHow to use the Npgsql reference for framework versions smaller than 4.5?
Well, I made an application by Visual Studio 2015, in Windows 7. However, the application will be used in the future, also in Windows XP. The problem is that there is a reference…
-
1
votes1
answer1269
viewsWhat is the Lombok?
What is the Lombok and how I could use it in a java class? What are the advantages and disadvantages of handling in a java application?
-
1
votes0
answers375
viewsHow to configure the ui-Mask clearOnBlur in an inline way?
Is there any way to configure the clearOnBlur of ui-Mask inline? According to the documentation, one of the ways to settar settings of ui-Mask is for Config Provider (or something like that), as in…
-
1
votes1
answer318
viewsHow to form a JSF with a field that can have as many values as needed?
Taking into account the following entity class: import java.io.Serializable; import java.util.List; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import…
-
1
votes1
answer263
views -
1
votes0
answers208
viewsASP.NET MVC + Checkbox how to proceed?
I have a list where I register FOOTBALL TEAMS in CHAMPIONSHIPS, I mean, I need to select several teams for a championship, I make a list with checkbox but do not know how to proceed later:…
-
1
votes0
answers184
viewsError message when adding data in the form generated in the Phreeze framework
In all applications generated using the PHP Phreeze framework in local environment (Xampp), when adding a record through the form, which was also generated, the following error message is obtained…
-
1
votes1
answer1477
viewsGenerate PHP system logs
I need to generate a text document of type .txt containing information on changes made to a system web. This information is about user activities such as registration, registration changes,…
-
1
votes1
answer488
viewsNotification with C# Framework, is it okay?
I wonder if you have a way for me to use hub notification or other type of notifications with the C# Framework? If there’s a way someone has an example?
-
1
votes1
answer57
viewsView window without frameworks
How can I display a window without using frameworks? For example, display the console window or another without the . NET and others frameworks.
-
1
votes1
answer614
viewsCodeigniter Administrative Area Controller
I am developing a website with administrative area. I started it with the new version of Codeigniter 3.1.5. In the main pages would be body of the site, already in the news pages the url would be as…
-
1
votes0
answers143
viewsLaravel - Error "Tokenmismatchexception" - Form?
Why Laravel keeps giving error after form Ubmit, even inserting in form. {!! csrf_field() !!} Even so this giving the erro === TokenMismatchException Localhost - xamp - W 7 32 bts - PHP 7.2.0 in…
-
1
votes1
answer6084
viewsConsume api with Laravel
I’m looking in the documentation of Laravel, in several places , but I haven’t had success yet I’m looking for somewhere that has a tutorial how to consume an api with Laravel!
-
1
votes1
answer2171
viewsExtremely slow and inconsistent composer
A few days ago I’m having a problem in my Composer that doesn’t make much sense (it doesn’t have a fault/standard logic, the errors are almost random), so I’m not able to solve, what happens is the…
-
1
votes1
answer852
viewsChange framework from a version to a newer one
I have a project .NET(c#) created in Framework 2.0. This Solution contains 11 projects. Now I need to update everything to the Framework 4.7(most recent). What would be my procedure for this? Usage…
-
1
votes0
answers34
viewsNo doubt about missing 404 error
I have a question, and I don’t know what to do. I am using Zend Framework 1.12, PHP5.6. It turns out that my system is in a subdirectory called "system": /system/application/... My public folder:…
-
1
votes0
answers28
viewsDo the Rebase from DLL or EXE, is it worth it?
During the development of a Assembly, I ended up "discovering" the following option: Project Properties > Build > Advanced > DLL Base Address and searching for information about it, I…
-
1
votes2
answers4175
viewsHow to pass a variable to another page using IONIC?
Hello, I’m making an application using the IONIC framework and I’m having trouble passing parameters to another page. I have the listing of items ( that are data that are coming from the database )…
-
1
votes0
answers48
viewsOrganize json with Eloquent
My question is this: I want to organize my json for me to consult the table Animal and Hacienda, but organized, example: { "animais": { "id": 1, "nome": "Mimosa", "data_nascimento": "2017-04-11…
-
1
votes0
answers44
views -
1
votes0
answers27
viewsUse of Directives to create almost everything
I worked a few days ago on a project where we used angular 1.*. The case is that, each table that we created on screen, or any element with data and a certain complexity, was created a directive for…
-
1
votes0
answers26
viewsSwitch windows in wxpython without destroying the previous one
Good afternoon, I’m new to Wxpython and I’m only trying to have the "frame1" registration update the window to the Mainframe that will mount a Pie Chart. I don’t want the window to be destroyed,…
-
1
votes1
answer729
viewsLaravel consuming API and transforming object to array
Next I’m making a requisition like get and is returning me one objeto and would like this to be an array , have tried using $dados= Array.of($response->getBody()->getContents()); but of error!…
-
1
votes1
answer87
viewsDoes the Flask micro-framework use the Action Based or Component Based architecture?
Was reading about the frameworks Action Based and Component Based. I have already used the Slim micro-framework and know that it is an Action Based framework, IE, more focused on actions, and the…
-
1
votes0
answers129
viewsHow to filter data by category in Entity Framework Core?
I am trying to filter the data from a query based on the parameters gestorId, projectManagerId and recursoId, however, I’m not sure if this is the best way to do this. I also need these parameters…
-
1
votes1
answer62
viewsProblem instantiating two models in a php controller
I made a mini framework, where the Models extends from a standard class that contains a crud, the only thing the models have is the table information to be used. But when I try to use two models in…
-
0
votes2
answers1006
viewsHow to install Zftool (windows, linux)
How to install zftool on windows and linux?