Abstract
This research is to compare the performance of Loan Approval System Web Services using SOAP Web Service and REST Web Service. There are 3 parameters that will be used in this study based on Quality of Services parameter, throughput, response time and latency. There are 4 different services will be tested to get the result of quality of services, Installment Services, Customer Services, Blacklist Customer Services and Account Services. The result of analysis showed that there was significant difference in the Quality of Services between Loan Approval System Web Services using SOAP Web Service and REST Web Service. The results can be concluded that REST Web service is more appropriate to be used in the integration between Loan Approval System and Core system.
1 Introduction
In recent years business of credit application to be one of the promising business in Indonesia. This is caused by the high demand of people who want to get money by applying for a loan to finance company or bank. Then some companies or banks to adopted or created a system to accelerate the flow of business for credit application, all credit decisions could be accelerated by the credit application system.
Many companies and banks develop other services and application to continue to grow along with the growth of the banking or the company generally. For the growth of a system, the system must be interconnected by a variety of platforms so that the interaction between the system sped up a business process.
Previous credit application business processes that exist, at the time of disbursement of the Loan Approval System for Core System is still manually inputed by the user, it makes the speed of loan processing become slow. So the business flow of a loan application would change by filling the application form of credit application, and the user of data entry level will input the data in the system of credit approval, and the process for the value of the feasibility of credit, and will appear recommendation of a system that will help the users of credit approval level to provide a decision whether the application will be accepted or rejected, having accepted the division of credit approval will directly transfer data to the Core System through web services, so the stage input manually by the user is removed into a direct transfer, it will minimize the difference between the antecedent of data in Loan Approval System and Core System
Sample case, under consideration to develop web services to integrate data between Loan Approval System and Core System are:
The occurrence of user input twice between loan approval system with the core system.
Maintenance parameters of individual mutual inter-system, such as the calculation of installments, if there is no integration to the core system, the calculation is done in two systems, and in the event of changes in interest rates, changes not only in the core system, but also loan approval system and other applications that require the payment amount.
Reduce the workload on the user if the customer who borrow are existing customers who have been borrowed, so that customer’s data does not need to be inputted again.
One technology that can integrate into all platforms is by using web services technology.
Example: online banking account balances, complex processes running CRM (customer relationship management) or enterprise resource planning (ERP) systems [1].
Web services allow different systems to communicate with each other using messages. Because the system allows to vary, so the need for interoperability arises [2].
In developing techniques to improve the performance of web services, it is important to understand and reduce the causes of delay in response time [3].
Web services technology is also composed of two types, namely SOAP Web Services and REST Web Service.
SOAP (Simple Object Access Protocol) is a protocol for interaction between systems that will transact data or information. SOAP is created by using the HTTP protocol. Because the HTTP protocol is supported by all browsers and servers, SOAP can communicate with various applications despite different operating systems, technologies, and programming languages.
SOAP design makes it suitable for various messaging and integration implementation. So as to make SOAP popularity grow [4].
The Representational State Transfer (REST) is an abstraction of architectural elements in a distributed hypermedia system. Perry and Wolf distinguish three classes of architectural elements: processing elements (aliases, components), data elements, and connecting elements (aka, connectors) [5, 6, 7].
The basic principle of REST design establishes one-to-one mapping between create, read, update, and delete (CRUD) operations and HTTP methods. Based on the following mapping:
To create a resource on the server using the POST method.
To get the resource using the GET method.
To change the resource using the PUT method.
To delete a resource using the DELETE method [8].
Each web service also has its advantages and disadvantages.
With the development of web services, it can also be made the development of satellite applications connected to the company’s core system.
There are several approaches, SOAP and REST methods to assist in the creation of the web services.
This paper will measure the performance of both methods to perform a series of simulations to develop a web services with both methods and then measuring the performance of both methods.
The benefits of this research are:
Increase the speed of the data transmission process.
Improve user experience through better program.
2 Material and methods
This research which started by analyse the problem that occurs in company and getting the results, we would have done the research.
After getting the problem and reviewing the literature to gain an understanding of the problem analysis’ results. After understanding the problem, and designing the model of application to simulate and do a research, and do it again with different methods.
The simulation’s results of the application will be tested by the method of t-test result data of the simulation.
The results will be tested using Two independent samples t-test, since there are two independent variables that will be compared to the average yield by several dependents variables.
T-test is used to test the difference between means. The two-sample t-test is used to test whether the sample mean of one continuous variable differs between the two distinct groups [9].
The results of t-test used to determine hypotheses of the study.
Data collection methods used is to take samples from some of the functions that will make requests to the Web Services.
Here is a service that will be simulated for the research:
Account Service
Blacklist Customer Service
Customer Service
Installment Service
Fromeach of these functions will get different throughput, response time, and latency
The results of a request to the web services will be gathered and the data will be processed into IBM SPSS Statistics software for the results obtained from the data.
Request client to the web services will be simulated using Apache software JMeter for statistical information from the web service response.
The authors used a technique Test Independent Sample T-Test, to get mean result of two different groups then compared, in this study the group that Method Web Services SOAP and Methods for Web Services REST with the variable to be measured and compared, throughput, response time, latency of each of the two methods of web Services.
For testing Independent Sample T-Test, there are continuous variables, throughput, response time, latency of two different groups SOAP Web Services and REST Web Services.
To calculate the mean of the two groups of data, researchers used software IBM SPSS Statistics, the data that entered into the software will then be in a test statistic to get results from these data.
After analyzing the data, it will get the results in the form of a hypothesis.
There are three hypotheses that will be achieved from this research are:
H0 = No difference in performance in terms of throughput of the average test on both methods
H1 = There is a difference in performance in terms of throughput of the average test on both methods.
H0 = No difference in performance in terms of response time of the average test on both methods
H1 = There is a difference in performance in terms of response time of the average test on both methods.
H0 = No difference in performance in terms of latency of the average test on both methods
H1 = The difference in performance in terms of latency of the average test on both methods.
3 Result and discussion
Scenario testing of web service methods is divided into two:
Testing Method by request web services using Apache JMeter with different sample to each service, 300 samples will be on a request to each of the service.
Further methods that sample that is already in a request to each of the service will try the request again with the same sample to the different methods. Example: sample 1 will request the Account Service with SOAP method, then the request will be returned by the same method and the same service but with a different method, namely the method REST.
After getting the simulation result from Apache JMeter, then the result will be processed its data using
IBM SPSS Statistics to get statistic test by using independent t-test.
Table 1 shows that from the calculation of the average of each service that the service that uses REST is greater value than the service using SOAP, in the parameter throughput the greater the value the better the Throughput.
Throughput Mean Result
WsMethod | N | Mean | |
---|---|---|---|
accServiceThroughput | REST | 300 | 75.8807 |
SOAP | 300 | 64.7623 | |
custServiceThroughput | REST | 300 | 53.6723 |
SOAP | 300 | 48.5773 | |
blackCustThroughput | REST | 300 | 52.5910 |
SOAP | 300 | 51.0103 | |
InstThroughput | REST | 300 | 129.6118 |
SOAP | 300 | 110.7730 |
From the results of the test showed that the independent t-test, taking from the Sig. (2-tailed) found that in account service, customer service, blacklist customer service and installment blacklist service its value was <0.05 then H0 rejected and Ha accepted.
Table 3 shows that from the average calculation of each service that the service using REST is smaller than the service using SOAP, in the response time parameter the smaller the value the better the response time
Throughput T-Test Result
Independent Samples Test | ||
---|---|---|
t-test for Equality of Means Sig. (2-tailed) | ||
accServiceThroughput | Equal variances assumed | .000 |
Equal variances not assumed | .000 | |
custServiceThroughput | Equal variances assumed | .000 |
Equal variances not assumed | .000 | |
blackCustThroughput | Equal variances assumed | .030 |
Equal variances not assumed | .030 | |
InstThroughput | Equal variances assumed | .000 |
Equal variances not assumed | .000 |
Response Time Mean Result
WsMethod | N | Mean | |
---|---|---|---|
accServiceRespTime | REST | 300 | 14.3733 |
SOAP | 300 | 17.2267 | |
custServiceRespTime | REST | 300 | 19.4933 |
SOAP | 300 | 21.4100 | |
blackCustRespTime | REST | 300 | 20.0733 |
SOAP | 300 | 20.3100 | |
InstRespTime | REST | 300 | 8.4033 |
SOAP | 300 | 9.5333 |
Response Time T-Test Result
Independent Samples Test | ||
---|---|---|
t-test for Equality of Means Sig. (2-tailed) | ||
accServiceRespTime | Equal variances assumed | .000 |
Equal variances not assumed | .000 | |
custServiceRespTime | Equal variances assumed | .000 |
Equal variances not assumed | .000 | |
blackCustRespTime | Equal variances assumed | .634 |
Equal variances not assumed | .634 | |
InstRespTime | Equal variances assumed | .000 |
Equal variances not assumed | .000 |
From the results obtained that from the independent test t-test, taking from the value of Sig. (2-tailed) found that on account service, customer service and service installment value is <0.05 then hypothesis H0 rejected and Ha accepted.
Latency Mean Result
WsMethod | N | Mean | |
---|---|---|---|
accServiceLatency | REST | 300 | 13.9400 |
SOAP | 300 | 16.6267 | |
custServiceLatency | REST | 300 | 19.2200 |
SOAP | 300 | 21.0067 | |
blackCustLatency | REST | 300 | 19.8367 |
SOAP | 300 | 19.9900 | |
InstLatency | REST | 300 | 8.1433 |
SOAP | 300 | 9.2500 |
But on the blacklist customer service look Sig. (2-tailed) is at the value of 0.634, then on the customer service blacklist there is no difference between the REST and SOAP methods.
From the results of the test showed that the independent t-test, taking from the Sig. (2-tailed) found that in account service, customer service, customer service and installment blacklist service its value was <0.05 then H0 rejected and Ha accepted.
From the results obtained that from the independent test t-test, taking from the value of Sig. (2-tailed) found that on account service, customer service and service installment value is <0.05 then hypothesis H0 rejected and Ha accepted.
But on the blacklist customer service look Sig. (2-tailed) is at the value of 0.756, then on the customer service blacklist there is no difference between the REST and SOAP methods.
4 Conclusions
Based on the research that has been done by design and simulate a variety of service that uses SOAP Web Services with REST Web Service, it can be concluded that:
It can be concluded that there is a difference from the second web service methods to measure Quality of Service consisting of: throughput, response time and latency.
It can be concluded that the Rest Web Service is superior in Quality of Service of the SOAP Web Service in conducting the service request from the client system to the core system.
Based on the observations that have been made, it can be said that the Web Service using REST Web Service is more suitable for use by developers in doing development Web Service because it has capabilities that are superior to the SOAP Web Service of the Quality of Service: throughput, response time and latency [10].
Latency T-Test Result
Independent Samples Test Sig. (2-tailed) | t-test for Equality of Means | |
---|---|---|
accServiceLatency | Equal variances assumed | .000 |
Equal variances not assumed | .000 | |
custServiceLatency | Equal variances assumed | .000 |
Equal variances not assumed | .000 | |
blackCustLatency | Equal variances assumed | .756 |
Equal variances not assumed | .756 | |
InstLatency | Equal variances assumed | .000 |
Equal variances not assumed | .000 |
Some suggestions that can be developed in this study are:
Testing should be done on the server and a web server or database that is not virtualization, so it can produce maximum performance.
Acknowledgement
We would like to express our sincere gratitude to the teaching faculty at Bina Nusantara University whose timely input and suggestions, helped in completion of the project. We would like to thank our project guide Ford Lumban Gaol, S.Si., M.Kom., Dr. for helping us to complete this project. We also thank our project to project manager, Martinus Prima for helping us in research loan approval system. Finally, we are thankful for having been given this opportunity to learn something new about world of financial and IT technology.
References
[1] E. Cavanaugh, “Web services: Benefits, challenges, and a unique, visual development solution,” Prod. Mark. Manag. Altova® WhitePaper 2006.Search in Google Scholar
[2] S. Abeysinghe, RESTful PHP Web Services 2008.Search in Google Scholar
[3] P. Cremonesi and G. Serazzi, “End-to-End Performance of Web Services,” Perform. Eval. Complex Syst. Tech. Tools pp. 158–178, 2002.10.1007/3-540-45798-4_8Search in Google Scholar
[4] N.-C. Huang, “A Cross Platform Web Service Implementation Using SOAP,” Unpubl. MSc. Thesis, Knowl. Syst. . . . , no. April, 2003.Search in Google Scholar
[5] R. T. Fielding and R. N. Taylor, “Principled design of the modern Web architecture,” Proc. 2000 Int. Conf. Softw. Eng. ICSE 2000 New Millenn. vol. 2, no. 2, pp. 115–150, 2000.10.1145/337180.337228Search in Google Scholar
[6] C. Pautasso, O. Zimmermann, and F. Leymann, “Restful web services vs. ‘big” web services,” Proceeding 17th Int. Conf. World Wide Web - WWW ’08 p. 805, 2008.10.1145/1367497.1367606Search in Google Scholar
[7] S. Vinoski, RESTful web services development checklist vol. 12, no. 6. 2008.10.1109/MIC.2008.130Search in Google Scholar
[8] A. Rodriguez, “RESTful Web services: The basics,” no. February, pp. 1–11, 2015.Search in Google Scholar
[9] J. L. Waller and G. Health, “How to Perform and Interpret Chi-Square and T-Tests,” Hands-on Work. pp. 1–20, 2012.Search in Google Scholar
[10] K. Shade, A. Ronke, O. Samuel, and O. Awodele, “Quality of Service (Qos ) Issues in Web Services,” IJCSNS Int. J. Comput. Sci. Netw. Secur. vol. 12, no. 1, pp. 94–97, 2012.Search in Google Scholar
© 2019 F. Lumban Gaol and R. Fridian, published by De Gruyter
This work is licensed under the Creative Commons Attribution 4.0 International License.
Articles in the same Issue
- Regular Article
- Exploring conditions and usefulness of UAVs in the BRAIN Massive Inspections Protocol
- A hybrid approach for solving multi-mode resource-constrained project scheduling problem in construction
- Identification of geodetic risk factors occurring at the construction project preparation stage
- Multicriteria comparative analysis of pillars strengthening of the historic building
- Methods of habitat reports’ evaluation
- Effect of material and technological factors on the properties of cement-lime mortars and mortars with plasticizing admixture
- Management of Innovation Ecosystems Based on Six Sigma Business Scorecard
- On a Stochastic Regularization Technique for Ill-Conditioned Linear Systems
- Dynamic safety system for collaboration of operators and industrial robots
- Assessment of Decentralized Electricity Production from Hybrid Renewable Energy Sources for Sustainable Energy Development in Nigeria
- Seasonal evaluation of surface water quality at the Tamanduá stream watershed (Aparecida de Goiânia, Goiás, Brazil) using the Water Quality Index
- EFQM model implementation in a Portuguese Higher Education Institution
- Assessment of direct and indirect effects of building developments on the environment
- Accelerated Aging of WPCs Based on Polypropylene and Plywood Production Residues
- Analysis of the Cost of a Building’s Life Cycle in a Probabilistic Approach
- Implementation of Web Services for Data Integration to Improve Performance in The Processing Loan Approval
- Rehabilitation of buildings as an alternative to sustainability in Brazilian constructions
- Synthesis Conditions for LPV Controller with Input Covariance Constraints
- Procurement management in construction: study of Czech municipalities
- Contractor’s bid pricing strategy: a model with correlation among competitors’ prices
- Control of construction projects using the Earned Value Method - case study
- Model supporting decisions on renovation and modernization of public utility buildings
- Cements with calcareous fly ash as component of low clinker eco-self compacting concrete
- Failure Analysis of Super Hard End Mill HSS-Co
- Simulation model for resource-constrained construction project
- Getting efficient choices in buildings by using Genetic Algorithms: Assessment & validation
- Analysis of renewable energy use in single-family housing
- Modeling of the harmonization method for executing a multi-unit construction project
- Effect of foam glass granules fillers modification of lime-sand products on their microstructure
- Volume Optimization of Solid Waste Landfill Using Voronoi Diagram Geometry
- Analysis of occupational accidents in the construction industry with regards to selected time parameters
- Bill of quantities and quantity survey of construction works of renovated buildings - case study
- Cooperation of the PTFE sealing ring with the steel ball of the valve subjected to durability test
- Analytical model assessing the effect of increased traffic flow intensities on the road administration, maintenance and lifetime
- Quartz bentonite sandmix in sand-lime products
- The Issue of a Transport Mode Choice from the Perspective of Enterprise Logistics
- Analysis of workplace injuries in Slovakian state forestry enterprises
- Research into Customer Preferences of Potential Buyers of Simple Wood-based Houses for the Purpose of Using the Target Costing
- Proposal of the Inventory Management Automatic Identification System in the Manufacturing Enterprise Applying the Multi-criteria Analysis Methods
- Hyperboloid offset surface in the architecture and construction industry
- Analysis of the preparatory phase of a construction investment in the area covered by revitalization
- The selection of sealing technologies of the subsoil and hydrotechnical structures and quality assurance
- Impact of high temperature drying process on beech wood containing tension wood
- Prediction of Strength of Remixed Concrete by Application of Orthogonal Decomposition, Neural Analysis and Regression Analysis
- Modelling a production process using a Sankey diagram and Computerized Relative Allocation of Facilities Technique (CRAFT)
- The feasibility of using a low-cost depth camera for 3D scanning in mass customization
- Urban Water Infrastructure Asset Management Plan: Case Study
- Evaluation the effect of lime on the plastic and hardened properties of cement mortar and quantified using Vipulanandan model
- Uplift and Settlement Prediction Model of Marine Clay Soil e Integrated with Polyurethane Foam
- IoT Applications in Wind Energy Conversion Systems
- A new method for graph stream summarization based on both the structure and concepts
- “Zhores” — Petaflops supercomputer for data-driven modeling, machine learning and artificial intelligence installed in Skolkovo Institute of Science and Technology
- Economic Disposal Quantity of Leftovers kept in storage: a Monte Carlo simulation method
- Computer technology of the thermal stress state and fatigue life analysis of turbine engine exhaust support frames
- Statistical model used to assessment the sulphate resistance of mortars with fly ashes
- Application of organization goal-oriented requirement engineering (OGORE) methods in erp-based company business processes
- Influence of Sand Size on Mechanical Properties of Fiber Reinforced Polymer Concrete
- Architecture For Automation System Metrics Collection, Visualization and Data Engineering – HAMK Sheet Metal Center Building Automation Case Study
- Optimization of shape memory alloy braces for concentrically braced steel braced frames
- Topical Issue Modern Manufacturing Technologies
- Feasibility Study of Microneedle Fabrication from a thin Nitinol Wire Using a CW Single-Mode Fiber Laser
- Topical Issue: Progress in area of the flow machines and devices
- Analysis of the influence of a stator type modification on the performance of a pump with a hole impeller
- Investigations of drilled and multi-piped impellers cavitation performance
- The novel solution of ball valve with replaceable orifice. Numerical and field tests
- The flow deteriorations in course of the partial load operation of the middle specific speed Francis turbine
- Numerical analysis of temperature distribution in a brush seal with thermo-regulating bimetal elements
- A new solution of the semi-metallic gasket increasing tightness level
- Design and analysis of the flange-bolted joint with respect to required tightness and strength
- Special Issue: Actual trends in logistics and industrial engineering
- Intelligent programming of robotic flange production by means of CAM programming
- Static testing evaluation of pipe conveyor belt for different tensioning forces
- Design of clamping structure for material flow monitor of pipe conveyors
- Risk Minimisation in Integrated Supply Chains
- Use of simulation model for measurement of MilkRun system performance
- A simulation model for the need for intra-plant transport operation planning by AGV
- Operative production planning utilising quantitative forecasting and Monte Carlo simulations
- Monitoring bulk material pressure on bottom of storage using DEM
- Calibration of Transducers and of a Coil Compression Spring Constant on the Testing Equipment Simulating the Process of a Pallet Positioning in a Rack Cell
- Design of evaluation tool used to improve the production process
- Planning of Optimal Capacity for the Middle-Sized Storage Using a Mathematical Model
- Experimental assessment of the static stiffness of machine parts and structures by changing the magnitude of the hysteresis as a function of loading
- The evaluation of the production of the shaped part using the workshop programming method on the two-spindle multi-axis CTX alpha 500 lathe
- Numerical Modeling of p-v-T Rheological Equation Coefficients for Polypropylene with Variable Chalk Content
- Current options in the life cycle assessment of additive manufacturing products
- Ideal mathematical model of shock compression and shock expansion
- Use of simulation by modelling of conveyor belt contact forces
Articles in the same Issue
- Regular Article
- Exploring conditions and usefulness of UAVs in the BRAIN Massive Inspections Protocol
- A hybrid approach for solving multi-mode resource-constrained project scheduling problem in construction
- Identification of geodetic risk factors occurring at the construction project preparation stage
- Multicriteria comparative analysis of pillars strengthening of the historic building
- Methods of habitat reports’ evaluation
- Effect of material and technological factors on the properties of cement-lime mortars and mortars with plasticizing admixture
- Management of Innovation Ecosystems Based on Six Sigma Business Scorecard
- On a Stochastic Regularization Technique for Ill-Conditioned Linear Systems
- Dynamic safety system for collaboration of operators and industrial robots
- Assessment of Decentralized Electricity Production from Hybrid Renewable Energy Sources for Sustainable Energy Development in Nigeria
- Seasonal evaluation of surface water quality at the Tamanduá stream watershed (Aparecida de Goiânia, Goiás, Brazil) using the Water Quality Index
- EFQM model implementation in a Portuguese Higher Education Institution
- Assessment of direct and indirect effects of building developments on the environment
- Accelerated Aging of WPCs Based on Polypropylene and Plywood Production Residues
- Analysis of the Cost of a Building’s Life Cycle in a Probabilistic Approach
- Implementation of Web Services for Data Integration to Improve Performance in The Processing Loan Approval
- Rehabilitation of buildings as an alternative to sustainability in Brazilian constructions
- Synthesis Conditions for LPV Controller with Input Covariance Constraints
- Procurement management in construction: study of Czech municipalities
- Contractor’s bid pricing strategy: a model with correlation among competitors’ prices
- Control of construction projects using the Earned Value Method - case study
- Model supporting decisions on renovation and modernization of public utility buildings
- Cements with calcareous fly ash as component of low clinker eco-self compacting concrete
- Failure Analysis of Super Hard End Mill HSS-Co
- Simulation model for resource-constrained construction project
- Getting efficient choices in buildings by using Genetic Algorithms: Assessment & validation
- Analysis of renewable energy use in single-family housing
- Modeling of the harmonization method for executing a multi-unit construction project
- Effect of foam glass granules fillers modification of lime-sand products on their microstructure
- Volume Optimization of Solid Waste Landfill Using Voronoi Diagram Geometry
- Analysis of occupational accidents in the construction industry with regards to selected time parameters
- Bill of quantities and quantity survey of construction works of renovated buildings - case study
- Cooperation of the PTFE sealing ring with the steel ball of the valve subjected to durability test
- Analytical model assessing the effect of increased traffic flow intensities on the road administration, maintenance and lifetime
- Quartz bentonite sandmix in sand-lime products
- The Issue of a Transport Mode Choice from the Perspective of Enterprise Logistics
- Analysis of workplace injuries in Slovakian state forestry enterprises
- Research into Customer Preferences of Potential Buyers of Simple Wood-based Houses for the Purpose of Using the Target Costing
- Proposal of the Inventory Management Automatic Identification System in the Manufacturing Enterprise Applying the Multi-criteria Analysis Methods
- Hyperboloid offset surface in the architecture and construction industry
- Analysis of the preparatory phase of a construction investment in the area covered by revitalization
- The selection of sealing technologies of the subsoil and hydrotechnical structures and quality assurance
- Impact of high temperature drying process on beech wood containing tension wood
- Prediction of Strength of Remixed Concrete by Application of Orthogonal Decomposition, Neural Analysis and Regression Analysis
- Modelling a production process using a Sankey diagram and Computerized Relative Allocation of Facilities Technique (CRAFT)
- The feasibility of using a low-cost depth camera for 3D scanning in mass customization
- Urban Water Infrastructure Asset Management Plan: Case Study
- Evaluation the effect of lime on the plastic and hardened properties of cement mortar and quantified using Vipulanandan model
- Uplift and Settlement Prediction Model of Marine Clay Soil e Integrated with Polyurethane Foam
- IoT Applications in Wind Energy Conversion Systems
- A new method for graph stream summarization based on both the structure and concepts
- “Zhores” — Petaflops supercomputer for data-driven modeling, machine learning and artificial intelligence installed in Skolkovo Institute of Science and Technology
- Economic Disposal Quantity of Leftovers kept in storage: a Monte Carlo simulation method
- Computer technology of the thermal stress state and fatigue life analysis of turbine engine exhaust support frames
- Statistical model used to assessment the sulphate resistance of mortars with fly ashes
- Application of organization goal-oriented requirement engineering (OGORE) methods in erp-based company business processes
- Influence of Sand Size on Mechanical Properties of Fiber Reinforced Polymer Concrete
- Architecture For Automation System Metrics Collection, Visualization and Data Engineering – HAMK Sheet Metal Center Building Automation Case Study
- Optimization of shape memory alloy braces for concentrically braced steel braced frames
- Topical Issue Modern Manufacturing Technologies
- Feasibility Study of Microneedle Fabrication from a thin Nitinol Wire Using a CW Single-Mode Fiber Laser
- Topical Issue: Progress in area of the flow machines and devices
- Analysis of the influence of a stator type modification on the performance of a pump with a hole impeller
- Investigations of drilled and multi-piped impellers cavitation performance
- The novel solution of ball valve with replaceable orifice. Numerical and field tests
- The flow deteriorations in course of the partial load operation of the middle specific speed Francis turbine
- Numerical analysis of temperature distribution in a brush seal with thermo-regulating bimetal elements
- A new solution of the semi-metallic gasket increasing tightness level
- Design and analysis of the flange-bolted joint with respect to required tightness and strength
- Special Issue: Actual trends in logistics and industrial engineering
- Intelligent programming of robotic flange production by means of CAM programming
- Static testing evaluation of pipe conveyor belt for different tensioning forces
- Design of clamping structure for material flow monitor of pipe conveyors
- Risk Minimisation in Integrated Supply Chains
- Use of simulation model for measurement of MilkRun system performance
- A simulation model for the need for intra-plant transport operation planning by AGV
- Operative production planning utilising quantitative forecasting and Monte Carlo simulations
- Monitoring bulk material pressure on bottom of storage using DEM
- Calibration of Transducers and of a Coil Compression Spring Constant on the Testing Equipment Simulating the Process of a Pallet Positioning in a Rack Cell
- Design of evaluation tool used to improve the production process
- Planning of Optimal Capacity for the Middle-Sized Storage Using a Mathematical Model
- Experimental assessment of the static stiffness of machine parts and structures by changing the magnitude of the hysteresis as a function of loading
- The evaluation of the production of the shaped part using the workshop programming method on the two-spindle multi-axis CTX alpha 500 lathe
- Numerical Modeling of p-v-T Rheological Equation Coefficients for Polypropylene with Variable Chalk Content
- Current options in the life cycle assessment of additive manufacturing products
- Ideal mathematical model of shock compression and shock expansion
- Use of simulation by modelling of conveyor belt contact forces