• Refine Query
  • Source
  • Publication year
  • to
  • Language
  • 14
  • 6
  • 6
  • 4
  • 3
  • 1
  • 1
  • 1
  • 1
  • Tagged with
  • 46
  • 16
  • 13
  • 12
  • 9
  • 8
  • 7
  • 6
  • 6
  • 5
  • 5
  • 5
  • 5
  • 5
  • 5
  • About
  • The Global ETD Search service is a free service for researchers to find electronic theses and dissertations. This service is provided by the Networked Digital Library of Theses and Dissertations.
    Our metadata is collected from universities around the world. If you manage a university/consortium/country archive and want to be added, details can be found on the NDLTD website.
21

Utveckling av ett administrativt webbgränssnitt i ramverket Struts / The development of an administrative web interface in the Struts framwork

Wiremark, Pär January 2004 (has links)
<p>The purpose of this report has been to develop an administrative web interface. The web interface is to be used by the company Zidango and it is going to make it easier for them in their daily work of running a web portal. The interface had to be developed so it would fit in Zidangos web portal. This meant the work had to be done in the framwork Struts and mostly in JAVA. Thereforeis a shorter theory chapter included in the report that discusses frameworks. In addition to the theory chapter the report describes the development of the interface, the solution and thoughts around it.</p>
22

Three Dimensional Finite Element Analysis Of A Novel Bracing System In Small Deep Excavations

Ozlu, Pelin 01 September 2012 (has links) (PDF)
One of the most common retaining systems for deep excavations is by supporting a wall with multiple levels of anchors. In densely built urban areas, preventing soil movement with such a system can be very costly. Additionally, anchored walls are assumed and forced to act independently during design calculations, thus fail to take the advantage of the rigidity of the whole system at the corners of the excavation area. An alternative support system that uses the entire system is bracing of the walls with struts. But such a system greatly hinders construction space. In this research, a new type of supporting system has been investigated by performing a parametric study in finite element analyses program. New system is a single ring at each support level, supporting the system at several locations. A comparative study has been undertaken between the conventional systems and the new system in both 2D and 3D. PLAXIS finite element analysis software was used for the analyses. The primary aim was to investigate the structural and geotechnical performance of the arch supported system. The study revealed that the new system provides improvement for specific cases and can be considered as an alternatve support system for such cases.
23

Struts2JSF: Framework Migration in J2EE Using Framework Specific Modeling Languages

Cheema, Aseem Paul Singh January 2007 (has links)
Java 2 Enterprise Edition is a portable, robust, scalable and secure platform for enterprise software development based on Java technologies, and embraces open standards through the Java Community Process (JCP). J2EE development is not very productive because of the complexity of the platform and the lack of good tool support. Object-Oriented Frame- works are a reliable design and code reuse approach. Many frameworks have emerged since J2EE’s release to ease development. Struts has become the de-facto standard, while JavaServer Faces (JSF) is a new framework, which has been included in the J2EE spec- ification and hence standardized. Both Struts and JSF frameworks are based on Model- View-Controller design pattern. JSF takes a similar approach to Struts for the controller component, but adds to it by providing user interface components with server-side state for the view component. This work deals with the problem of migrating an application based on the Struts frame- work to the new JSF framework. The software migration task is divided into view and con- troller migration. Controller migration is semi-automated using Antkiewicz’s Framework- Specific Modeling Languages (FSML) approach. Guidelines are provided for view migra- tion, which boils down to the problem of componentization. JSF and Struts frameworks can also be used together where JSF supports the view component while Struts supports the controller component. Merits and demerits of this approach are also discussed.
24

Struts2JSF: Framework Migration in J2EE Using Framework Specific Modeling Languages

Cheema, Aseem Paul Singh January 2007 (has links)
Java 2 Enterprise Edition is a portable, robust, scalable and secure platform for enterprise software development based on Java technologies, and embraces open standards through the Java Community Process (JCP). J2EE development is not very productive because of the complexity of the platform and the lack of good tool support. Object-Oriented Frame- works are a reliable design and code reuse approach. Many frameworks have emerged since J2EE’s release to ease development. Struts has become the de-facto standard, while JavaServer Faces (JSF) is a new framework, which has been included in the J2EE spec- ification and hence standardized. Both Struts and JSF frameworks are based on Model- View-Controller design pattern. JSF takes a similar approach to Struts for the controller component, but adds to it by providing user interface components with server-side state for the view component. This work deals with the problem of migrating an application based on the Struts frame- work to the new JSF framework. The software migration task is divided into view and con- troller migration. Controller migration is semi-automated using Antkiewicz’s Framework- Specific Modeling Languages (FSML) approach. Guidelines are provided for view migra- tion, which boils down to the problem of componentization. JSF and Struts frameworks can also be used together where JSF supports the view component while Struts supports the controller component. Merits and demerits of this approach are also discussed.
25

Integration av AJAX i JDP : En studie i hur WM-data kan utveckla modelleringsstödet i ett webbramverk

Carlsson, Arthur January 2008 (has links)
<p>På WM-data har man utvecklat ett ramverk som heter Java Development Platform med avsikt att modellera större delar av ett system och därmed minska mängden kod som måste skrivas för hand. Ramverket baseras helt på existerande öppna lösningar och används vid utveckling av webbaserade system och skapar en skiktat lösning med en webbapplikation som presentationslager. Problemet är att webbapplikationen har kommit att bli väldigt svår att modellera i enhet med resten av systemet framför allt på grund av den hårda kopplingen till Struts-ramverket. Samtidigt har man börjat få upp ögonen för AJAX och vad det skulle kunna tillföra ramverket.</p><p>Examensarbetet fokuserar på att utreda de problem som existerar i ramverket samt undersöka integrationen av AJAX ur en synvinkel som gynnar dagens lösning. Detta görs genom litteraturstudier, laborationer och genom att undersöka existerande ramverk och plattformar som löser liknande problem. Fokus ligger även på hur AJAX kan användas för att lösa problemen i modelleringen.</p><p>Resultatet av arbetet mynnar ut i en analys som behandlar de aspekter som krävs för att AJAX ska kunna bli en del av JDP-ramverket. Analysen innefattar också synen på hur AJAX skulle kunna användas för att underlätta modelleringen av webbapplikationen utan att införa något nytt modelleringsverktyg, det vill säga att UML fortfarande kan användas.</p> / <p>At the WM-data company a framework called Java Development Platform has been developed with the intention of developing a system by first modelling and generating a major part of it instead of handwriting everything from scratch. The framework is based solely on existing open source solutions and is used for developing layered web based systems with the web application as the presentation layer. The problem is that the web application has become very difficult to model in the same way as the rest of the system especially due to the tight coupling between the model and the Struts framework. At the same time, AJAX has been getting more and more attention for its application areas as well as how it can be used to solve the problems with modelling the web application.</p><p>The thesis intends to focus on researching the existing problems in the framework as well as investigate the integration of AJAX from a standpoint that the framework can benifit from. This is done through literature studies, laborations and by looking at existing frameworks and platforms that aim to solve problems like the ones in JDP. The focus also lies on how AJAX can be used to solve the problems with modelling the web application.</p><p>As a result, the thesis ends in an analysis which considers the aspects needed for implementing AJAX into the JDP framework. The analysis also discusses how AJAX can be used to facilitate the modelling of the web application without having to model it in another way other than through UML diagrams.</p>
26

Mokslo tyrimo darbų registravimo ir pateikimo programų sistema / Registration and presentation system of scientific projects

Taujanskas, Vytautas 01 June 2004 (has links)
Analysis of already created portals, which appeal to national research and development works presentation, are made. Lacks and advantages of existing portals are overlooked and considered for prototype development. National research and development portal functions are described and solution is presented. Product was built as a specific content management system (CMS). The range of CMS products offers more than 10 different functions, but not all of them are necessity. The most useful functions are chosen and produced for this product. The need of architecture sketch occurs, when creating CMS or running a CMS-like website. Separation from structure, contents and representation issue is described and solutions are provided.
27

Utveckling av ett administrativt webbgränssnitt i ramverket Struts / The development of an administrative web interface in the Struts framwork

Wiremark, Pär January 2004 (has links)
The purpose of this report has been to develop an administrative web interface. The web interface is to be used by the company Zidango and it is going to make it easier for them in their daily work of running a web portal. The interface had to be developed so it would fit in Zidangos web portal. This meant the work had to be done in the framwork Struts and mostly in JAVA. Thereforeis a shorter theory chapter included in the report that discusses frameworks. In addition to the theory chapter the report describes the development of the interface, the solution and thoughts around it.
28

Utveckling av fristående enkätmodul till ett webbaserat hälsovårdsstödsystem

Klingvall, Julia, Liljenfeldt, Jonas January 2005 (has links)
Vi har utvecklat två fristående webbapplikationer till det webbaserade hälsovårdsstödsystemet Asynja. Den ena är en designapplikation för enkätundersökningar och den andra är en svarsapplikation där respondenterna kan besvara enkäterna. Utvecklingsprocessen har bestått av planering, design, implementation, testning och dokumentation. Mycket av arbetet har skett parallellt vilket vi har sett som en framgångsfaktor i examensarbetet. Projektet har präglats av att applikationerna ska vara användarvänliga och funktionella samtidigt som designen och koden ska göra att applikationerna kan vidareutvecklas och underhållas effektivt. Arbetet med att utveckla J2EE-applikationer och använda sig av ramverket Struts har gett goda erfarenheter och det har även visat sig att denna plattform är väl lämpad för denna typ av uppgifter.
29

Integration av AJAX i JDP : En studie i hur WM-data kan utveckla modelleringsstödet i ett webbramverk

Carlsson, Arthur January 2008 (has links)
På WM-data har man utvecklat ett ramverk som heter Java Development Platform med avsikt att modellera större delar av ett system och därmed minska mängden kod som måste skrivas för hand. Ramverket baseras helt på existerande öppna lösningar och används vid utveckling av webbaserade system och skapar en skiktat lösning med en webbapplikation som presentationslager. Problemet är att webbapplikationen har kommit att bli väldigt svår att modellera i enhet med resten av systemet framför allt på grund av den hårda kopplingen till Struts-ramverket. Samtidigt har man börjat få upp ögonen för AJAX och vad det skulle kunna tillföra ramverket. Examensarbetet fokuserar på att utreda de problem som existerar i ramverket samt undersöka integrationen av AJAX ur en synvinkel som gynnar dagens lösning. Detta görs genom litteraturstudier, laborationer och genom att undersöka existerande ramverk och plattformar som löser liknande problem. Fokus ligger även på hur AJAX kan användas för att lösa problemen i modelleringen. Resultatet av arbetet mynnar ut i en analys som behandlar de aspekter som krävs för att AJAX ska kunna bli en del av JDP-ramverket. Analysen innefattar också synen på hur AJAX skulle kunna användas för att underlätta modelleringen av webbapplikationen utan att införa något nytt modelleringsverktyg, det vill säga att UML fortfarande kan användas. / At the WM-data company a framework called Java Development Platform has been developed with the intention of developing a system by first modelling and generating a major part of it instead of handwriting everything from scratch. The framework is based solely on existing open source solutions and is used for developing layered web based systems with the web application as the presentation layer. The problem is that the web application has become very difficult to model in the same way as the rest of the system especially due to the tight coupling between the model and the Struts framework. At the same time, AJAX has been getting more and more attention for its application areas as well as how it can be used to solve the problems with modelling the web application. The thesis intends to focus on researching the existing problems in the framework as well as investigate the integration of AJAX from a standpoint that the framework can benifit from. This is done through literature studies, laborations and by looking at existing frameworks and platforms that aim to solve problems like the ones in JDP. The focus also lies on how AJAX can be used to solve the problems with modelling the web application. As a result, the thesis ends in an analysis which considers the aspects needed for implementing AJAX into the JDP framework. The analysis also discusses how AJAX can be used to facilitate the modelling of the web application without having to model it in another way other than through UML diagrams.
30

A study of single angle compression members

Callaway, James Robert 01 January 1983 (has links)
A study was undertaken to investigate the compressive capacity of a specific group of single angle members. A review of existing literature and techniques was presented. Laboratory compression tests were performed on 22 angle members of four different sizes and two different lengths. Additional tests were performed to determine the yield strength of the material. The results, normalized with respect to the yield stress, were tabulated and discussed. Two existing analytic models were used to attempt to predict the ultimate capacity of the test members. The first, an elastic method, was based upon the AISC combined stress equation. The second, an inelastic method, was developed by Mueller and Erzurumlu of Portland State University. Comparisons were made with the results of the test program. The results indicate that both analytic models give conservative predictions when pinned end conditions are assumed and unconservative results for fixed end conditions. For the test members with L/r ratios greater than 125, the elastic method results closely paralleled the test results but for the members with L/r ratios less than 125 the correlation was less consistent. The results of the inelastic technique closely paralleled the results of all the member tests.

Page generated in 0.0333 seconds