|
449 | 449 | % Abstract en inglés |
450 | 450 | \renewcommand*\abstractname{Abstract} |
451 | 451 | \begin{abstract} |
452 | | -The theory of automata and formal languages is one of the oldest fields in the ambit of computer science that, despite the constant advances, its main concepts continue to be a reference for the theoretical and practical study of computer science. This is the basis of the world of technologies that we learn today. |
| 452 | +The theory of automata and formal languages is one of the oldest fields in the ambit of computer science in wich, despite the constant advances, its main concepts continue to be a reference for the theoretical and practical study of computer science. This is the basis of the world of technologies that we learn today. |
453 | 453 |
|
454 | | -Thoth is an old end-of-course work of the extinct Technical Engineering in Computer Science that, has several versions realized by students of the University of Burgos and that serves like tool of aid in the teaching of the theory of automata and formal languages . This project aims to bring Thoth to the web, adding new features of this type of applications, such as user registration or login, which will make it more useful and complete. |
| 454 | +Thoth is an old end-of-course work of the extinct Technical Engineering in Computer Science that, has several versions realized by students of the University of Burgos and that serves like tool for help in the teaching of the theory of automata and formal languages. This project aims to bring Thoth to the web, adding new features of this type of applications, such as user registration or login, which will make it more useful and complete. |
455 | 455 |
|
456 | | -It's made a study of possible technologies that will help achieve the objective. In this way, the framework called Google Web Toolkit, which translates part of the code written in Java to JavaScript code, is determined as a tool to achieve this change. GWT, by its acronym, its old but very useful technology for this project, which combines client-side code and server-side code, each with a functionality, and which communicate each other via Remote Procedure Call. |
457 | | - |
458 | | -The fundamental work is to adapt the Java code to make the framework interpret it and translate what is necessary for the application to run in any browser. It's about learning about GWT, taking advantage of the client-server duality and retaining all the good, which is a lot, done in Thoth's desktop application. |
| 456 | +This framework, commonly known by its acronym, GWT, is a somewhat old technology but very useful for this project, it combines client-side code and server-side code, each with its own function, which communicate with each other via Remote Procedure Call. |
459 | 457 |
|
| 458 | +The main work is to adapt the Java code to make the framework interpret it and translate what is necessary for the application to run in any browser. It's about learning about GWT, taking advantage of the client-server duality and retaining all the benefis, which is a lot, provided by the desktop version of Thoth. |
460 | 459 | \end{abstract} |
461 | 460 |
|
462 | 461 | \renewcommand*\abstractname{Keywords} |
|
0 commit comments