1. Swing and J2EE server stackoverflow.comI have a stand-alone, Swing application that uses Hiberanate for its persistence layer. I need to extend this to a three-tier system, so that there will be multiple instances of the ... |
2. Building a Java EE 6 project, with a swing client using Maven stackoverflow.comI am trying to recreate an existing project with Maven (any IDE is ok, but mainly Netbeans), and I'm a bit confused about the best way to do this, so any ... |
3. Add custom (swing) GUI element to GUI builder forums.netbeans.orgHi all, I am using the GUI builder for my application. Is it possible to define a new class and to access that via the GUI builder? The thing is, I ... |
4. Web service authentication swing client + web server + database forums.netbeans.orgHi all! I'm trying to use Netbeans 6.7.1 web service build-in features to develop a web service server and a swing client to call these web services. Actually I have some ... |
5. Commercial products/tools with a GUI built using "Swing App Framework" forums.netbeans.orgHi, Are there any Commercial products/tools with a GUI built using "Swing App Framework" that we can quote. We liked the features of building a GUI in Swing App Framework and ... |
6. Desktop application project - Cannot see Swing component forums.netbeans.orgDear, I am newer in Java and netbean. I have a problem When I create a project : Java Desktop Application It contains 2 file: - ExampleApp.java : Main() - ExampleView.Java ... |
7. Best Swing Tool ?! forums.netbeans.orgHi all, i am asking about the more usable swing tool used for holding a table obtained after a some search containing some rows and colums .... in Php, they use ... |
8. How run a JEE swing application client ? forums.netbeans.orgI have an application that has an EJB module and two interface clients (jar app-client and war web-client). Each client uses same ejb module. For test the web module, I made ... |
9. How to edit a Java GUI graphically forums.netbeans.orgHi, I have a java application with a simple GUI. It has 3 panels, a bunch of Checkboxes, some Labels and buttons. I sucked the project into NetBeans and it builds ... |
10. UM.....Cant import this because.....? java swing forums.netbeans.orgI think this goes here.... Anyways, i am use to using eclipse and when i make a random class file in java in eclipse I just go import Java.swing.*; and a way I go. but doing that in Netbeans.....well its not in the little intellesense drop down. there is java sql and security but no swing. I am on ubuntu 10.4 ... |
11. custom look and feel forums.netbeans.orghey everybody, I am trying to make a program that requires a custom look and feel. How would i go about doing this? Thank you Sincerely, mk PS: I am in high school and still learning java...so i would appreciate if the explanation to be a little easier to understand. Thank you |
12. Linking GUI's with Java In Netbeans forums.netbeans.orgHi All Basically I have created two GUI's, one called home and the other system operations. On the home GUI there is a button which when clicked will take the user to the system operations GUI, however I am unsure of how to do this. Any help will be greatly appreciated |
13. GlassFish + Swing forums.netbeans.orgNo, you can't Swing is for stand alone apps (desktop apps) Glassfish is an application server for JEE apps (web apps) -- Julian Osorio Amaya Universidad Libre. Ingenier |
14. Future of Swing? forums.netbeans.orgI'm building a desktop application using Swing, but I'm concerned about the dire-sounding warning in NB that Swing is no longer being supported as part of JDK. Is Swing the wrong framework to use? If so, what should I be using instead? I also read that bean binding will no longer be part of JDK 7. How should I handle binding ... |
15. swing application for code generation forums.netbeans.org |
16. Different visual on swing forums.netbeans.orgHi guys, i was creating an app, using netbeans pallete. I saw that when i use for example an JTabbedPane, in the netbeans, it have a beautiful design, (netbeans 7.0), but when i run the app i have the default style of swing JTabbedPane. Is there any class like JTabbedPane but with the netbeans Pallete tabbedPane visual? or any way to ... |
17. Java swing quiz forums.netbeans.orgI am working to develop a quiz with swing. I want the user to see a panel with a question at the top, and underneath it four buttons. If the user presses the button labeled with the right answer, it take them to a new screen in which it says they are correct, and if they push the wrong button they ... |
18. custom JComponent in UI builder forums.netbeans.orgHi, I have a class that extends JComponent for custom drawing. I would like to simply add this to a panel in the UI builder, but I cannot figure out how. Mainly the only method i use for drawing is paint(). If i try to click "customize start up code" the constructor will be called, however the paint method of my ... |
19. File I/O in Swing GUI forums.netbeans.orgSo, say I wanted to read from a file in Swing and then use jTextArea.append to show what I read in. How would I do this? Every time I try to use it at all, I either have to deal with an IOException or trying to reference a static variable from a non static context and such. I don't know much ... |
20. Swing + Enterprise Application Client + Java Web Start forums.netbeans.orgHi everybody! I'm having some problems with an enterprise application client (EAC) project on Netbeans 6.5. Well... first of all, my goal is to deploy a desktop application which will use some low-level functions (like open a serial port COM and send some data to operate external devices). However, this application is part of an ERP application, designed almost completely on ... |
21. Can JMETER do performance test J2EE application with swings with RMI jmeter.512774.n5.nabble.comHi, My application has primarily RMI communications to the appserver. Any idea if Jmeter will support it? I found that it does not, but just want another view. Jmeter supports HTTP and SOAP, its only RMI that is holding me back. Any ideas?? Also, is there any work-around if we can make it work somehow?? Thanks umesh > _____________________________________________ > From: ... |
22. Help with JMETER to performance test J2EE application with swings jmeter.512774.n5.nabble.comHi, I am preety new to Jmeter, and want to know how to go about to test J2EE application with Swings. It has websphere as appserver, and oracle 9i as the db. The protocols that the applicatiion uses are: 1. SOAP 2. RMI 3. HTTP Thanks Umesh |
23. JWS to add Swing to J2EE application? coderanch.comThanks for the reply. I have an application that is basically an admin tool that connects to a local SQL database and updates Catalog data (items, attributes, etc). One of the windows displays multiple Catalogs along with their items, etc, in a tree-like fashion. We want the user to be able to drag and drop items from one Catalog to the ... |
24. Swing client w/ WebStart & J2ee coderanch.comHi, I'm writing a swing client that is deployed via Java Web Start and communicates to a backend weblogic server. My problem is that when I start the application I want to be able to communicate back to the server that application jnlp was launced from so I don't have to hard code the server in the client code. For example. ... |
26. J2EE - Swing comunication coderanch.comYour Swing client can use the home interfaces and make remote EJB calls just like your web apps do now, can't they? If your business is in your J2EE components, they should be reusable from Swing clients. If the Swing and EJB work is divided between two teams or developers, I'd ask the EJB team to provide Business Delegates so the ... |
27. Swing Client for J2EE App. coderanch.comHi All! I'm participating in the maintenance of a j2ee application, that contains both web and ejb tier. The client is a Rich Swing application that communicate with the server (Servlet) mediate XML-RPC over http. This solution work well but.... WHY I don't find nothing about this, as an alternative (on the Internet)? What is wrong with it? Is this a ... |
28. GUI support for ESB coderanch.comYou're right configuring the integration flows for at least Mule and ServiceMix is done using a couple of simple XML files. For Mule an IDE is being developed which has more graphical support. Normally though this isn't much of issue. Both ServiceMix and Mule have XSDs which are very finegrained and tell you what is allowed in the configuration. Personally I ... |
29. Best practices for Swing/J2EE? coderanch.comI know J2EE, but am new to Swing. Are there any best practices for architecting a J2EE application with a Swing front end? Our general goal is to partition the application so the Swing front end relies on the WebSphere application server for as much processing as possible. What I'd like is some direction on how the Swing app should be ... |
30. Swing based J2EE application - Suggestions req. coderanch.comHi, We have a new project that has a rich client (Swing). Here is the design that we have finalised: Swing application (deployed in IBM WAS 5.0) | | (invokes) Business Delegate | |(invokes) Session Facade (Stateless Session EJB's) | | (invokes) DB@ database for Search operations oe Entity EJB for Insert. Entity Beans Presently, we do not have SERVLETS as ... |
31. Swing clent calls EJB component coderanch.com |
32. GUI for Tibco EMS Administration Tool? coderanch.comHi, I just installed the Tibco EMS Server, and according to the EMS Administration Tool, I received my first messages on the queue sent by the application! (yes..Im not a Tibco expert..) 2 questions: 1. I tried hard, but I am not able to read the contens of the message received. I.e. a "show message(s)" command needs the ID, and I ... |
33. Swing-Servlet-EJB3 : Best Practices ? coderanch.comHi, I don't give you pages with tutorials or something. I wish only to express my curiosity about one thing: why servlet? Why not calling EJBs directly from applet? In that way you change only very little and have the best chances to maintain very easily the actual code. You usually use servlets to produce HTML pages or handle MVC control, ... |
35. DataSource lookup from remote swing client coderanch.com |
36. Many PCs with Swing app to IMQ - JMSException on createConnection=[C4000]: Packet acknowledge failed coderanch.comJava 1.6.0_24 Swing app created from Netbeans. Problem: JMSException on createConnection=[C4000]: Packet acknowledge failed. We have a customer connecting from more than 150 PCs through Glassfish to a single Queue using JMS on Red Hat linux. We have encountered three major parameter setting issues. The first was: "to many files open" report back to the log from the SWING application. The ... |
37. Accessing EJB from a Swing Client coderanch.comimport javax.naming.InitialContext; import javax.naming.NamingException; import com.sample.bean.TestRemote; public class ClientMain { TestRemote bean; public static void main(String[] args) { ClientMain client = new ClientMain(); client.lookup(); System.out.println("*** Calling from ClienMain"); client.bean.test(); } private void lookup() { try { InitialContext context = new InitialContext(); bean = (TestRemote) context.lookup("java:global/ejb-app/TestRemoteBean"); } catch (NamingException e) { e.printStackTrace(); } } } |
38. How to connect EJB 3.0 application with swing application? coderanch.comHi, I've developed a swing application, and it needs to connect to the EJB server which is currently servicing a web application. The EJB server is connected to the internet and has a static IP address. The swing application, on the otherhand, is distributed among the users, as is downloadable from the website. Is their a way for this swing application ... |
39. Some considerations about EJB and swing integration coderanch.comHi there, I am studying,m developing small sample applications, new possibilities offered by Java EE 6, especially relative to EJB of which (personal taste) i'm a fan. It 'obvious that the EJB 3.1 have been so simplified compared to earlier specifications, that there is no real good reason not to use them ... In my humble opinion, however, it seems to ... |
40. How to develop a standalone swing application with ejb 3.1 coderanch.comFirst, Thanks you for your replies. / Second, sorry about my poor English, if you understand Chinese, you can read Chinese under the English content. I have an idea to develop a standalone swing application ( which can be deployed in any standalone J2SE environment) using EJB 3.1. It means: EJB3.1SwingJ2SE Using all of ejb 3.1 technology. EJB3.1 Can run ... |
41. Un Consultant Analyste-programmeur sur Java ,J2EE,JSP,Swing. dbforums.comDans le cadre dun projet chez lun de nos principaux clients, nous recherchons un Consultant Analyste-programmeur sur Java ,J2EE,JSP,Swing. Date de dbut : Asap Lieu de mission : Sud de france Dure : 1,5 Mois Tarif : A ngocier. Si vous tes intresss nhsitez pas me contacter : Julien Nenert Tl : 01 70 70 16 45 Fax : 01 ... |
42. Java swing Application for J2EE Environment java-forums.org |
43. Authentication with Swing Java EE Application Client java.netHi, since three days I am trying to find a solution to use declarative authentication for a Swing Client Application, more precisely a Java EE Client starting with WebStart. Each user of the system has a username and a password stored in a database. My targets are: - User have to authenticate when starting the application over webstart (user/password gui) - ... |