Archive for the "Java Database" Category

12
Dec

OdinMS Edited Version…

Author: admin

I have edited the OdinMS Video so it’s more clearer and you can see what richan wrote.. ^^ Hahas.. First Time using Premiere Elements ^^ Hope you all like it..
____________________________________________

When will the server be released?

Well first of all, before any server files are released there will be a beta and whether it will be public or private that’s undecided.

Also, its been said numerous times by the dev team that there is no definitive release date at the moment.

online beta date: Unknown
server files release date: Unknown
____________________________________________
What client do i need to play on OdinMS?

It seems this is not clear to a few people so at the moment the server works with the GMS(v.47) client which is the current official version.
____________________________________________
Wheres the proof pl0x?

http://odinms.org/forum/showthread.php?t=45
____________________________________________
What is it programmed in, and what’s the database type?

It’s written in Java and we’re using MySQL as the database.Actually we are using JDBC and our SQL queries look fairly ansi compatible. It should run with any ansi compatible SQL database that is ansi sql compliant. But no one has tried it with anything else than MySQL.
____________________________________________

Will OdinMS have 4th job?
Not to begin with, since the current GMS client has no data for it. As soon as it is in the client, it can be implemented in the server.
____________________________________________
What is the website of OdinMS?!

The website for OdinMS is http://odinms.org/forums .
They don’t have the main page for now.. It’s coming soon !

____________________________________________

—————————————- F . I . N —————————————-

End Of FAQ

Duration : 0:8:18 Views : 5426.

Read the rest of this entry »

11
Dec

www.tstc.edu
The Graphics, Gaming & Simulation specialization of Computer Science Technology is designed to prepare students for entry into the world of graphics programming. Graphics and simulation is used in several segments of Information Technology, including Education and Training, Aerospace and Defense, and Gaming.

The curriculum for this specialization begins at a more advanced level than other curricula of Computer Science Technology. Prerequisites for entry into this curriculum include College Algebra and College Trigonometry.

Graphics, gaming and simulation programmers tend to push hardware and software to its limits. An introduction to Assembler is included in this curriculum, but C++ is the primary programming language. After mastering the fundamentals of C++, the student moves into advanced applications of C++ in animation programming, multi-user interface programming, advanced mathematical applications, and artificial intelligence. Tools such as Open GL and DirectX are included in this curriculum.

This degree plan ends with a Comprehensive Software Project, in which the student designs and develops a portfolio of Graphics, Gaming and Simulation programming to present to potential employers.

Client Server Specialization…A specialization in Computer Science Technology at Texas State Technical College.
The maturing of network technology during the last decade of the 20th century has made possible the distribution of data and computing over a variety of hardware and software platforms. User-friendly graphical interfaces running on a client system can access data that is available to multiple users across a network. A growing number of businesses and organizations are using the Internet to interact with their customers and clients.

The curriculum for this specialization begins with fundamental programming and database concepts, and features both the Oracle and the Microsoft SQL Server environments. Students learn to install and administer Oracle and Microsoft databases running in a Windows server environment. Programming languages covered include C++, Visual Basic, and Java. Deployment of information using Internet technology is covered in the Advanced Visual Basic and Advanced Java courses.

Unix C++ Specialization…A specialization in Computer Science Technology at Texas State Technical College.

Unix is a popular multi-user operating system used by a significant portion of the Information Technology (IT) community. C++ is the language used most often by IT professionals working in a Unix environment. Other languages, such as Java, are also used in the Unix environment.

The curriculum for this specialization begins with fundamental programming concepts and progresses to intermediate and advanced courses in Unix, C++, and Java. Students will learn to install and configure a Unix installation as well as a Linux installation. Students will learn to create and execute programs written in C++ or Java on Unix and Linux systems.

Oracle Application Developer Specialization…A specialization in Computer Science Technology at Texas State Technical College.

The Oracle Application Developer Certificate is a four-semester program for developing skills in development of database applications. The curriculum is intense and progresses into advanced topics rapidly. Emphasis is on using Oracle databases. Programming tools such as Visual Basic, C++, and Java are taught at the introductory and advanced levels. Development of database applications for web implementation is included. A student who already has a degree in a different field should consider this certificate program as a means of gaining technical skills for employment in the computer science field.

Duration : 0:5:22 Views : 2513.

Read the rest of this entry »

20
Nov

LiquiBase Overview

Author: admin

LiquiBase is an LGPL Java-based library for managing and applying database changes and refactorings. This is a short overview of how LiquiBase works and some of its capabilities. For more information, see http://www.liquibase.org

Duration : 0:6:26 Views : 266.

Read the rest of this entry »

18
Oct

http://www.uberpulse.com/us/2007/10/sun_clarifies_java_strategy_on_a_collision_course_with_adobe_microsoft_and_nokia.php

Yesterday evening, Sun’s VP of Software, Rich Greene, and James Gosling, the father of Java, gave an update on JavaFX: the new Java platform introduced earlier this year at JavaOne. This session was indeed needed because in a typical fashion, Sun’s naming/branding is quite confusing and JavaFX is no different!

Anyway, JavaFX is a set of NEW multimedia rich functions (video, graphics…) added to the CURRENT version of Java for the desktop aka Java SE 6 aka Java virtual machine.
“It’s a direct competitor to Adobe’s Flash/Flex platform”, Gosling confirmed.
Sun also indistinguishably uses the JavaFX name for its Java platform that targets desktops, smartphones and set-top boxes. The idea is that in the long run, JavaFX will become the default/common Java platform for all these devices. Today, each of these devices run a different version of Java, making the “write once, run anywhere” motto impossible to achieve.
But wait, there’s more. JavaFX script is a new scripting language targeting the “designers” making it easy for the “right brains” to create multimedia rich applications in Java. Not to confuse with the Java language targeted to the “left brains”/developers!
And there’s also a new JavaFX integrated development environment (IDE) targeted to designers, that hasn’t got a name yet but my guess is that it’ll probably start with… you guessed… JavaFX!
Finally, there’s JavaFX mobile which is a complete operating systems for mobile phones and builds on the assets of now defunct start-up SavaJE (bought by Sun in May). It has a Linux kernel, low level codecs, custom C librairies, several engines (HTML rendering, media framework, database), Java SE (desktop), Java ME (for lower end phones) and JavaFX script.
“And JavaFX mobile is a competitor to all the other OSes for mobile phones like Windows Mobile, Motorola’s or Symbian”, added Gosling.

Confused? You’re not alone… another reason why you shouldn’t let engineers run your marketing organisation!
http://www.uberpulse.com/us/2007/10/sun_clarifies_java_strategy_on_a_collision_course_with_adobe_microsoft_and_nokia.php

Duration : 0:3:54 Views : 708.

Read the rest of this entry »

12
Oct

Tutorial connect to database by jdbc in java programming

Duration : 0:0:46 Views : 1019.

Read the rest of this entry »

8
Oct

Google Tech Talks
May 3,2007

ABSTRACT

NetBeans Mobility Pack is a development environment for Java ME CLDC/MIDP, CDC developers. In this talk Martin will show what technologies and SDKs are supported, the latest features in 6.0 with a special focus on the build system (ant), managing multiple application ports and working with device database, deployment on real-devices. Credits: Speaker:Martin Ryzl

Duration : 0:52:59 Views : 1697.

Read the rest of this entry »

20
Dec

Using JDBC to populate a Swing JTable with database data.

Duration : 0:1:33 Views : 834.

Read the rest of this entry »

21
Aug

CRM Database

Author: admin

database java spitfire

Duration : 0:0:28 Views : 1448.

Read the rest of this entry »