6 research outputs found

    Címkefelhő generálása – Java esettanulmány: Generating tag cloud – Java case study

    Get PDF
    An important part of the teaching of programming languages is the introduction to the construction and selection operations of known data structures. For example array, text, generic list, generic map, stream. These can consist of primitive types of data or own-typed objects. Starting from the available object-oriented operations, the functional operations can also be introduced. The article describes the specification, the 10-step implementation in Java, and presents the result. Kivonat A programozási nyelvek tanításának fontos eleme az ismert adatszerkezetek konstrukciós és szelekciós műveleteinek megismertetése. Például tömb, szöveg, generikus lista, generikus map, folyam. Ezek állhatnak primitív típusú adatokból, illetve saját típusú objektumokból is. Kiindulva a rendelkezésre álló objektumorientált műveletekből, megismertethetőek a funkcionális műveletek is. A cikk ismerteti a specifikációt, 10 lépésben a Java nyelvű megvalósítást, és bemutatja az eredményt. &nbsp

    Népesedési világnap – Java EE esettanulmány: World Population Day – Java EE case study

    Get PDF
    In 1987 the United Nations declared July 11 to be World Population Day. The population of our planet reached 5 billion that day. On the worldometer.info website, regularly updated reports are available to the population globally, by region, by country. We start from a Java SE project and develop it into a Java EE project. In the process, we use an object-oriented approach, MVC architectural design pattern. The completed case study is a distributed Java project that displays population in specified regions from 1950 to the current year based on data collected from the web. The article describes the specification, the development/planning steps, the implementation and presents the result. Kivonat Az ENSZ 1987-ben jĂşlius 11-Ă©t a nĂ©pesedĂ©si világnappá nyilvánĂ­totta. BolygĂłnk lakossága aznap Ă©rte el az 5 milliárdot. A worldometer.info weboldalon folyamatosan frissĂĽlĹ‘ kimutatások Ă©rhetĹ‘k el a nĂ©pessĂ©ghez globálisan, rĂ©giĂłnkĂ©nt, országonkĂ©nt. Kiindulunk egy Java SE projektbĹ‘l Ă©s továbbfejlesztjĂĽk Java EE projekttĂ©. A folyamat során objektumorientált szemĂ©lettel, MVC architekturális tervezĂ©si mintát használunk. Az elkĂ©szĂĽlt esettanulmány egy hálĂłzaton keresztĂĽl működĹ‘ Java projekt, amely webrĹ‘l összegyűjtött adatok alapján jelenĂ­ti meg a megadott rĂ©giĂłkban a nĂ©pessĂ©gszámot 1950-tĹ‘l, egĂ©szen az aktuális Ă©vig. A cikk ismerteti a specifikáciĂłt, a továbbfejlesztĂ©s/tervezĂ©s lĂ©pĂ©seit, a megvalĂłsĂ­tást Ă©s bemutatja az eredmĂ©nyt
    corecore