Activity
From 02/23/2017 to 03/24/2017
03/24/2017
- 02:39 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Ok, committed revision 11211 added @filter@ parameter to sessions url. Now it looks like
!SessionsWithFilter.png!
03/23/2017
- 06:23 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- A nice feature that naturally comes with the web environment and GWT are the persistent URLs. I have implemented this...
- 05:09 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey Ivanovskiy wrote:
> Please review committed revision 11209 that changed @EnumCreator@ to use generic enum typ... - 04:27 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Please review committed revision 11209 that changed @EnumCreator@ to use generic enum types and @EnumRadioGroup@.
- 03:13 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Committed revision 11208 added "Clone Selected User As" dialog.
- 01:38 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- No problems. I only was confused by discussion http://stackoverflow.com/questions/4584998/how-to-convert-a-byte-array...
- 12:12 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey Ivanovskiy wrote:
> Hynek Cihlar wrote:
> > Sergey Ivanovskiy wrote:
> > > But it seems that @String.getByt... - 11:48 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Hynek Cihlar wrote:
> Sergey Ivanovskiy wrote:
> > But it seems that @String.getBytes("UTF-8")@ is in the JRE emula... - 11:33 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey Ivanovskiy wrote:
> But it seems that @String.getBytes("UTF-8")@ is in the JRE emulated set.
Are you refer... - 11:11 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- But it seems that @String.getBytes("UTF-8")@ is in the JRE emulated set.
- 11:01 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- We are using @UserDef@ on the client side, but the conversion from String to byte[] is not trivial. For an example, i...
- 10:18 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Ok, @SecurityAdmin.getUser@ for @bogus@ throws this exception due to @bogus.getPasswordDate()@ is not set...
- 07:36 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- The customer account extensions are in use. I think Hynek is just suggesting to finish the other core features first...
- 07:33 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Yes, we can suppose that a customer extension is not used.
- 07:04 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey Ivanovskiy wrote:
> Hynek, should this functionality @AdminAccountExtension@ be implemented by GWT client?
... - 05:32 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Hynek, should this functionality @AdminAccountExtension@ be implemented by GWT client?
03/22/2017
- 05:33 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Committed revision 11202 did intermediate changes: moved 2 methods from @CertificatesUtils@ to @AdminHelper@ to be us...
- 05:10 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- It is used by Add new user and edit user use cases for the admin applet.
- 04:54 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey Ivanovskiy wrote:
> It seems we should add this method
> [...]
> to our administration service.
What is ... - 04:52 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey Ivanovskiy wrote:
> It seems that there are no GWT or bootstrap3 widget that can represent certificates as a ... - 04:37 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- It seems we should add this method...
- 04:16 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- It seems that there are no GWT or bootstrap3 widget that can represent certificates as a dropdown list with two colum...
- 03:44 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- It seems that @CertificatesUtils@ has types/classes that can't be used on the client side. We should add new correspo...
- 02:47 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey Ivanovskiy wrote:
> Hynek, did you test grids filled with more than 50 records (default page size)?
No, bu... - 02:46 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Hynek Cihlar wrote:
> Sergey, I don't think the table paging of Accounts->Groups and Accounts->Users is necessary. T... - 11:26 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Committed revision 11201 added @EnumRadioGroup@ and removed the particular group widget @SecuritySelectorGroup@, plan...
- 09:49 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Agree, I will remove paging widgets from these views. Committed revision 11199,11200 added @SecuritySelectorGroup@ th...
- 06:56 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey, I don't think the table paging of Accounts->Groups and Accounts->Users is necessary. The original Admin apple...
- 06:46 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey Ivanovskiy wrote:
> Hynek Cihlar wrote:
> > Sergey, after the update to 11196 I am getting compilation error... - 04:33 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Committed revision 11198 added Accounts>Users view to the application menu.
- 04:08 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Hynek Cihlar wrote:
> Sergey, after the update to 11196 I am getting compilation errors when running build.gradle, s...
03/21/2017
- 07:10 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- I am working on the @Access Control@ section now.
- 06:55 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey, after the update to 11196 I am getting compilation errors when running build.gradle, see below....
- 04:38 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Committed revision 11196 moved @AuthModes@ out for common usages.
03/20/2017
- 05:30 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Working on Accounts>Users screen.
- 03:16 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- It seems that deleteGroup is not thread safe and after applying this diff the delete issue is gone out. But I am not ...
- 02:18 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Constantin Asofiei wrote:
> Sergey Ivanovskiy wrote:
> > An interesting use case to delete 2 groups simultaneously ... - 01:31 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey, if you happen to get stuck with @DataGrid@ not initially displaying data in Bootsrap's @Modal@ widget (as I d...
- 01:13 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey Ivanovskiy wrote:
> An interesting use case to delete 2 groups simultaneously with help of @MultiCallback@ is... - 12:23 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- An interesting use case to delete 2 groups simultaneously with help of @MultiCallback@ is not succeeded. This method ...
- 05:44 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Committed revision 11192 moved @sessions@ and @groups@ packages into @console@ and @accounts@ respectively, added @co...
- 03:31 PM Feature #3268: Creating a tool to install and manage FWD server as Windows service
- Greg Shah wrote:
> > No matter if the Linux user name is the same as service owner name.
>
> The Linux user name ... - 03:21 PM Feature #3268: Creating a tool to install and manage FWD server as Windows service
- > No matter if the Linux user name is the same as service owner name.
The Linux user name doesn't matter in that c... - 02:30 PM Feature #3268: Creating a tool to install and manage FWD server as Windows service
- Greg Shah wrote:
> I know the web client doesn't work. Use the Swing client on Linux and connect to the Windows serv... - 01:26 PM Feature #3268: Creating a tool to install and manage FWD server as Windows service
- I know the web client doesn't work. Use the Swing client on Linux and connect to the Windows server running as a serv...
- 12:44 PM Feature #3268: Creating a tool to install and manage FWD server as Windows service
- Greg Shah wrote:
> I don't understand. The FWD client on Linux cannot connect to the FWD server on Windows? What i... - 12:34 PM Feature #3268: Creating a tool to install and manage FWD server as Windows service
- I don't understand. The FWD client on Linux cannot connect to the FWD server on Windows? What is the failure? In t...
- 12:14 PM Feature #3268: Creating a tool to install and manage FWD server as Windows service
- Greg Shah wrote:
> > If we start server as service it is possible to run web client for user that is the same as ser... - 11:47 AM Feature #3268: Creating a tool to install and manage FWD server as Windows service
- > If we start server as service it is possible to run web client for user that is the same as service owner. Using al...
- 11:38 AM Feature #3268: Creating a tool to install and manage FWD server as Windows service
- Greg Shah wrote:
> >> Can the FWD server be run properly for normal usage (access from a FWD client that is manually... - 11:26 AM Feature #3268: Creating a tool to install and manage FWD server as Windows service
- >> Can the FWD server be run properly for normal usage (access from a FWD client that is manually started)?
>
> Yes... - 11:23 AM Feature #3268: Creating a tool to install and manage FWD server as Windows service
- Greg Shah wrote:
> Can the FWD server be run properly for normal usage (access from a FWD client that is manually st... - 11:04 AM Feature #3268: Creating a tool to install and manage FWD server as Windows service
- Can the FWD server be run properly for normal usage (access from a FWD client that is manually started)?
Do I unde...
03/18/2017
- 06:51 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey, I have implemented a general mechanism to displaying common message dialogs. The idea is to encapsulate dialo...
- 04:17 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Committed revision 11188 fixed add, delete, clone and update group actions.
- 07:31 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- On 17.3.2017 21:58, Hynek Cihlar wrote:
>
> Greg,
>
> I checked the Majic Admin extension sources. I think we wil... - 09:02 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Committed revision 11187 added view state machine for @HasEnabled@ widgets.The usage of this state machine in the cas...
- 09:49 PM Feature #3268: Creating a tool to install and manage FWD server as Windows service
- The today investigation results.
The new are pretty sad. The shortly speaking the @CreateProcessWithLogonW@ can no... - 08:51 PM Feature #3268: Creating a tool to install and manage FWD server as Windows service
- Another info from mail conversation:
Here is the running FWD server application as service in Windows status. In s...
03/17/2017
- 03:24 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey Ivanovskiy wrote:
> What is the purpose of @<dirset dir="/home/hc/gcd/p2j-idea-project/out/production/p2j"/>@... - 12:45 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Ok, planning to use and to generalize table creation code into @GridHelper@. What is the purpose of @<dirset dir="/ho...
- 12:26 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey, we need a way to simplify how data grids are created. Currently it is a lot of manual work which can be autom...
- 11:41 PM Feature #3268: Creating a tool to install and manage FWD server as Windows service
- The Wiki document section for automated server starting was also updated with recent changes for use @NSSM.EXE@.
- 11:38 PM Feature #3268: Creating a tool to install and manage FWD server as Windows service
- The current approach we use while missing our own service utility is to use @nssm@ as service. After copy @nssm.exe@ ...
03/16/2017
- 02:27 PM Feature #3268: Creating a tool to install and manage FWD server as Windows service
- The objective is to implement Windows application that can be used to install CMD server staring script(or equivalent...
- 02:15 PM Feature #3268 (New): Creating a tool to install and manage FWD server as Windows service
03/15/2017
- 06:45 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Committed revision 11183 fixed Session Management view.
- 03:41 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Ok, at first they were at the footer, but next time I decided to test out of footer layout.
- 03:06 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey, on the accounts/groups, I think that moving the buttons to the panels' footers would make the buttons more vi...
- 02:47 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Hynek Cihlar wrote:
> I checked in the missing files, the project should compile fine now.
>
> I removed @com.gol... - 02:32 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Revision 11180 resolves compile failures caused by the removal of shared/model/TaggedName.java.
- 02:07 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- I checked in the missing files, the project should compile fine now.
I removed @com.goldencode.p2j.admin2.shared.m... - 01:58 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- You didn't notify that you removed @com.goldencode.p2j.admin2.shared.model.TaggedName@ and it seems that the project ...
- 01:03 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- In my last commit I included @MultiCallback@ class that simplifies dispatching of multiple servlet calls. For example...
- 10:53 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- The problem is that Guava started to support GWT-2.8.0 from version release 20. https://github.com/google/guava/wiki/...
- 10:49 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey Ivanovskiy wrote:
> Hynek, please review committed revision 11177 that changed version for guava 'com.google.... - 10:48 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Hynek, please review committed revision 11177 that changed version for guava 'com.google.guava:guava:21.0' and added ...
- 06:11 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Planning to consider the User Accounts Management view that is accessible by Accounts > Users, since it is similar to...
- 05:51 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Committed rev 11176 renamed @session@ package to @sessions@ and moved @groups@ and @sessions@ into @home@.
- 05:14 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey Ivanovskiy wrote:
> Hynec, should we move packages @groups@ and @session@ into @home@ package like it was don... - 01:29 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Hynec, should we move packages @groups@ and @session@ into @home@ package like it was done for @runtime_settings@?
03/14/2017
- 03:58 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey Ivanovskiy wrote:
> Please review these css changes, committed revision 11174.
The change is OK. - 03:31 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Committed revision 11175 added Group Accounts Management view that is still in progress.
- 10:32 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Please review these css changes, committed revision 11174.
- 10:24 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey Ivanovskiy wrote:
> Thus we can attach @menu.css@ after all boootstrap css by making these changes in @AdminA... - 10:17 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- If we inspect our application page by Browser's Html Inspector, then we can find that css styles are included in this...
- 10:01 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Ok. Don't mind my previous question. I realized that we can use the path from the root @<stylesheet src="/AdminApp.cs...
- 10:01 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey Ivanovskiy wrote:
> Hynec, do you have objections if I will move @AdminApp.css@ to @public@ folder or another... - 09:56 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Hynec, do you have objections if I will move @AdminApp.css@ to @public@ folder or another preferable folder from @war...
- 06:43 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey Ivanovskiy wrote:
> Hynek Cihlar wrote:
> > Sergey Ivanovskiy wrote:
> > > Hynek Cihlar wrote:
> > > > Ser... - 06:38 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Hynek Cihlar wrote:
> Sergey Ivanovskiy wrote:
> > Hynek Cihlar wrote:
> > > Sergey Ivanovskiy wrote:
> > > > Hyn... - 06:23 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey Ivanovskiy wrote:
> Hynek Cihlar wrote:
> > Sergey Ivanovskiy wrote:
> > > Hynec, please post links or samp... - 06:21 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Hynek Cihlar wrote:
> Sergey Ivanovskiy wrote:
> > Hynec, please post links or samples code that are related to how... - 06:06 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey Ivanovskiy wrote:
> Hynec, please post links or samples code that are related to how to create nested views/p...
03/13/2017
- 03:19 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- I checked in changes which make the super devmode work. In respect to that I changed the embedded Jetty not to use SS...
- 09:12 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Hynek Cihlar wrote:
> Sergey Ivanovskiy wrote:
> > Hynec, please post links or samples code that are related to how... - 07:13 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey I have checked in the menu and added the Sessions link to it. Also I nested Sessions below Home, the idea is t...
- 05:04 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey Ivanovskiy wrote:
> Hynec, please post links or samples code that are related to how to create nested views/p...
03/11/2017
- 06:56 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Committed rev 11170 added Session Management view with Filter view. In order to evaluate I used these uncommitted cod...
- 03:54 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Hynec, please post links or samples code that are related to how to create nested views/presenters and(or) modal dial...
03/10/2017
- 12:57 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- I encountered a minor bug that displaying a modal dialog changes the background layout. This effect happens also for ...
- 09:54 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Ok, thank you, I am doing note-153, note-154.
- 09:39 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey Ivanovskiy wrote:
> I updated to rev 11169 and applied your patch, it seems that the current administration s... - 09:25 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- I updated to rev 11169 and applied your patch, it seems that the current administration session is not included in th...
- 09:03 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Hynek Cihlar wrote:
> Sergey Ivanovskiy wrote:
> > Hynec, I found that the session list returned by @getSessioList(... - 08:36 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey Ivanovskiy wrote:
> Hynec, I found that the session list returned by @getSessioList()@ method from the note 1... - 08:34 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Hynec, I found that the session list returned by @getSessioList()@ method from the note 159 is incorrect, because the...
03/09/2017
- 05:18 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- It helps, thank you. Committed rev 11168 fixed this issue with help of @WebAppContext@. Now Session list is serialize...
- 04:33 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey Ivanovskiy wrote:
> @LegacySerializationPolicy@ is working in this case, but this policy due to the source co... - 04:23 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- @LegacySerializationPolicy@ is working in this case, but this policy due to the source code is restrictive. It detect...
- 04:05 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- You can use committed rev 11167 to test session list if you will add some how them into main view after successful au...
- 04:03 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Please develop your plan if you have some generalization in mind. With your diff I have an issue that an admin user c...
- 03:36 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey, have you had chance to work on the table "widget" for displaying tabular data? If not I would take that.
- 03:16 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey Ivanovskiy wrote:
> I was trying to get @getSessionList@ via @AdminServiceAsync@ interface and encountered th... - 02:47 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- I was trying to get @getSessionList@ via @AdminServiceAsync@ interface and encountered that @wa.targeted@ had a false...
- 01:16 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Committed rev.11166 fixed @build.xml@ and @AdminApp.gwt.xml@ to work with @AdminServiceAsync@ and added unworkable Se...
- 05:59 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey Ivanovskiy wrote:
> I would like to start with more simple screen, for an example Session Management and then... - 05:43 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- I would like to start with more simple screen, for an example Session Management and then will do more complex "Group...
- 05:12 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey Ivanovskiy wrote:
> Ok. Please look at the committed revision 11164. Don't know where should be dependencies ... - 04:00 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- I can take this screen Group Accounts Management if there are no objections.
!GroupsAccountManagement.png! - 03:53 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Constantin, thank you, it works for me.
- 03:04 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey Ivanovskiy wrote:
> Recently the old admin has been accessible but now I have problems with java plugin. Tryi... - 02:38 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Recently the old admin has been accessible but now I have problems with java plugin. Trying to resolve them. I need t...
03/08/2017
- 05:27 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Ok. Please look at the committed revision 11164. Don't know where should be dependencies for @bootstrap3@. I added @b...
- 03:00 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey, I am working in the app menu. You can pick one of the screens of the original Admin and start implementing it.
- 02:58 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey Ivanovskiy wrote:
> This code
> [...]
> is working for me. What happens with your build?
It appeared af... - 02:49 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- This code ...
- 12:21 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey Ivanovskiy wrote:
> Hynec, could you help? If an admin user had been successfully authorized for access in @L... - 10:11 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Hynec, could you help? If an admin user had been successfully authorized for access in @LoginPresenter.onSubmitLoginI...
03/07/2017
- 11:51 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Ok, planning to take this task.
- 11:46 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey Ivanovskiy wrote:
> Hynec, please review committed revision 11160-62 that should implement @com.goldencode.p2... - 11:14 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Hynec, please review committed revision 11160-62 that should implement @com.goldencode.p2j.admin2.server.AdminServerI...
- 07:56 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey Ivanovskiy wrote:
> Oh, thank you, now I understand that you mean @com.goldencode.p2j.admin.AdminServerImpl@.... - 07:45 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Oh, thank you, now I understand that you mean @com.goldencode.p2j.admin.AdminServerImpl@.
- 07:35 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey Ivanovskiy wrote:
> Can I move @com.goldencode.p2j.admin2.client.AdminService@ remote interface from @client@... - 07:14 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Hynek Cihlar wrote:
>The AdminExports proxy instance is used only in the network context, i.e. on the client to talk... - 06:59 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey Ivanovskiy wrote:
> Hynek Cihlar wrote:
> > Sergey, how is the admin GWT service coming up? Do you need any ... - 06:19 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Hynek Cihlar wrote:
> Sergey, how is the admin GWT service coming up? Do you need any inputs from me?
Yes, please h... - 04:54 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey, how is the admin GWT service coming up? Do you need any inputs from me?
- 04:45 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey Ivanovskiy wrote:
> It seems that we can't use GWT devmod with https.
For development, let's just turn ssl... - 02:58 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- It seems that we can't use GWT devmod with https. I found these articles https://github.com/gwtproject/gwt/issues/753...
03/06/2017
- 01:11 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Hynek Cihlar wrote:
> The collation issue is caused by one of the dependencies of GWT. In particular @gwt-dev@ depen... - 04:54 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- The collation issue is caused by one of the dependencies of GWT. In particular @gwt-dev@ depends on com.ibm.icu:icu4j...
- 12:26 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- It seems that now p2jspi.jar is correct and installed as an extension of JRE, but this exception is still not fixed.
...
03/03/2017
- 11:44 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- This is what 3209e/11189 fixed.
- 11:24 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Thank you, it looks for 3222a built p2jspi.jar like ...
- 11:17 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Also, is @/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/p2jspi.jar@ readable by world?...
- 10:49 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- The contents should look like this (except for the timestamps, of course):...
- 10:45 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Yes, I tried to use 3209e built p2jspi.jar and 3222a built p2jspi.jar and installed p2jspi.jar into /usr/lib/jvm/defa...
- 10:32 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey Ivanovskiy wrote:
> I applied rev. 11189 from 3209e to 3222a and rebuilt all, but it didn't work with 3222a.
... - 10:28 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- What is the collation issue? If persistence is deactivated, then simple server isn't failed at start.
- 10:13 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Hynek Cihlar wrote:
> Sergey Ivanovskiy wrote:
> > Found p2j-hibernate-core-4-1.8.jar that is absent in 3209e/build... - 10:05 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey Ivanovskiy wrote:
> Found p2j-hibernate-core-4-1.8.jar that is absent in 3209e/build/lib, but is present in 3... - 10:03 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Found p2j-hibernate-core-4-1.8.jar that is absent in 3209e/build/lib, but is present in 3222a/build/lib? and h2.jar v...
- 09:46 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- I applied rev. 11189 from 3209e to 3222a and rebuilt all, but it didn't work with 3222a. Can it be the library classp...
- 09:33 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- I can run simple server with trunc version and with the current 3209e, but it doesn't work with 3222a. Eric, do you m...
- 09:13 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Make sure you have picked up fix 3209e/11189 AND that you re-install the newly built @p2jspi.jar@ into the extensions...
- 08:58 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- It doesn't help for me, I used @testcases/simple/server.sh@ and added to the classpath all libraries from @uast/p2j/l...
- 08:42 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey Ivanovskiy wrote:
> Hynec, could you help, with 3222a branch the P2J simple server is failed with these error... - 08:40 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Hynec, could you help, with 3222a branch the P2J simple server is failed with these errors, but with the trunc versio...
03/02/2017
- 04:48 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- 3222a revision 11155 integrates the originally standalone Admin2 web app into P2J project structure. Also removed the...
- 10:39 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey Ivanovskiy wrote:
> Please explain do you use Visual Editor for new administration views and what is your IDE... - 10:27 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- No, it is not ready now, because I thought that you would have some another plans to build P2J and new administration...
- 10:18 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Hynek Cihlar wrote:
> Sergey Ivanovskiy wrote:
> > After updating to the current rev 11153 and running ./gradlew ja... - 08:53 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Hynek Cihlar wrote:
> For the HTML layout I would like to use Bootstrap implemented by http://gwtbootstrap.github.io... - 08:51 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Greg Shah wrote:
> I would very much like for the UI to be completely responsive and fully usable on mobile devices ... - 08:45 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Bootstrap is good, you can use it. We already use it in the embedded web demo app (and in some poc code).
I would... - 08:27 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- For the HTML layout I would like to use Bootstrap implemented by http://gwtbootstrap.github.io/. Boostrap is widely u...
03/01/2017
- 12:23 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- > AFAIK there is no plan to deploy admin as an independent module.
Correct. It is only an integrated part of the ... - 12:14 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey Ivanovskiy wrote:
>
> I have no another reasons except p2j.jar becomes more massive, new GWT dependency wil... - 12:03 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Hynek Cihlar wrote:
> Sergey Ivanovskiy wrote:
> > The note 95 remark means that this code from @/com/goldencode/p2... - 10:29 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- I prefer to keep everything in the @p2j.jar@ and use @ServletContextHandler@ to enable it. The admin interface shoul...
- 10:25 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey Ivanovskiy wrote:
> The note 95 remark means that this code from @/com/goldencode/p2j/main/StandardServer.jav... - 10:09 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- The note 95 remark means that this code from @/com/goldencode/p2j/main/StandardServer.java@ can use @WebAppContext@ i...
- 10:06 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey Ivanovskiy wrote:
> Ok, it seems that we can use @WebAppContext@ to deploy admin2 war in @/com/goldencode/p2j... - 09:12 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Ok, it seems that we can use @WebAppContext@ to deploy admin2 war in @/com/goldencode/p2j/main/StandardServer.java@.
- 09:04 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey Ivanovskiy wrote:
> After updating to the current rev 11153 and running ./gradlew jar native -Dpost.build=yes... - 08:55 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- After updating to the current rev 11153 and running ./gradlew jar native -Dpost.build=yes -Dspawn.install.folder=~/op...
- 08:28 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Hynek Cihlar wrote:
> Hynek Cihlar wrote:
> > I want to have it committed during today. Part of the commit will be ...
02/28/2017
- 03:56 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Hynek Cihlar wrote:
> I want to have it committed during today. Part of the commit will be also the fully working lo... - 02:20 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- I didn't work with this framework, it seems that it requires two new dependencies Guice and GIN dependency injection ...
- 11:36 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey Ivanovskiy wrote:
> Hynek Cihlar wrote:
> > Sergey Ivanovskiy wrote:
> > > The program described by notes 2... - 10:27 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- May be it can help to test functionality, decided to commit a TestAdmin2 client rev 11152. To evaluate this test exam...
- 09:53 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Hynek Cihlar wrote:
> Sergey Ivanovskiy wrote:
> > The program described by notes 25 and 27 is not very clear for m... - 09:31 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- I missed a "return" statement and now it works properly.
- 03:34 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey Ivanovskiy wrote:
> The program described by notes 25 and 27 is not very clear for me. Now I am using the adm... - 02:14 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- The program described by notes 25 and 27 is not very clear for me. Now I am using the administration java applet logi...
02/27/2017
- 02:28 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Committed revision 11151 fixed missed history entries.
02/26/2017
- 06:48 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey Ivanovskiy wrote:
> Hynek Cihlar wrote:
> > Sergey Ivanovskiy wrote:
> > > Committed revision 11149 and 111... - 03:51 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Hynek Cihlar wrote:
> Sergey Ivanovskiy wrote:
> > Committed revision 11149 and 11150 prepared DTOs to be used with... - 05:21 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey Ivanovskiy wrote:
> Committed revision 11149 and 11150 prepared DTOs to be used with Service2Admin GWT Remote...
02/25/2017
- 09:58 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Committed revision 11149 and 11150 prepared DTOs to be used with Service2Admin GWT Remote service interface.
02/24/2017
- 05:58 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- All these error related to @TaggedName@ and @DateValue@ and @TimeValue@, I think we should not use @TaggedName@ in ad...
- 05:54 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Commtted rev. 11148 eliminated one error....
- 05:10 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Please review committed revision 11147 that moved business logic for @Rights@ out to @DirectoryService@. But DTOs are...
- 03:04 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey Ivanovskiy wrote:
> Hynek, please clarify the next step that you would like to change the above classes in or... - 12:53 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey Ivanovskiy wrote:
> Hynek Cihlar wrote:
> > Sergey Ivanovskiy wrote:
> > > I think it makes sense to create...
02/23/2017
- 02:51 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey Ivanovskiy wrote:
> Sergey Ivanovskiy wrote:
> > I would like to clarify that all required dependencies were... - 02:41 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- It is handled the same manner...
- 02:37 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey Ivanovskiy wrote:
> https://groups.google.com/forum/#!topic/google-web-toolkit/1xDY6nhRevc provides a source ... - 02:31 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- https://groups.google.com/forum/#!topic/google-web-toolkit/1xDY6nhRevc provides a source code for GWT's @ModuleDefSch...
- 02:06 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- I couldn't reproduce the correct GWT run for these relative paths @'../../../../../../../../../../src/'@, the GWT com...
- 01:32 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey Ivanovskiy wrote:
> Don't understand what is incorrect but I used
> [...]
> but these source were still unk... - 01:30 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Don't understand what is incorrect but I used...
- 01:00 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey Ivanovskiy wrote:
> I would like to select a subset of DTO types and dependencies from P2J source and @super-... - 12:57 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- I was providing relative paths with respect to the current GWT module @/home/sbi/projects/3222a/src/com/goldencode/p2...
- 12:38 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- I would like to select a subset of DTO types and dependencies from P2J source and @super-source@ makes it possible. N...
- 12:32 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey Ivanovskiy wrote:
> Yes, it is like in an example (http://www.gwtproject.org/doc/latest/DevGuideOrganizingPro... - 12:21 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Yes, it is like in an example (http://www.gwtproject.org/doc/latest/DevGuideOrganizingProjects.html#DevGuideModuleXml...
- 12:18 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey Ivanovskiy wrote:
> I would like to clarify that all required dependencies were included under p2j-src @admin... - 12:16 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey Ivanovskiy wrote:
> >The above classes can be used with GWT, I don't see any showstoppers there. All the fiel... - 12:14 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- I would like to clarify that all required dependencies were included under p2j-src @admin2/src/com/goldencode/p2j/adm...
- 12:13 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Constantin Asofiei wrote:
> Hynek, unless my understanding is incorrect, when GWT converts a Java class to JS, it do... - 12:08 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Hynek, unless my understanding is incorrect, when GWT converts a Java class to JS, it doesn't take just the fields, b...
- 12:00 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Hynek Cihlar wrote:
> Sergey Ivanovskiy wrote:
> > I don't understand your idea, please clarify it. Now I am blocke... - 11:53 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey Ivanovskiy wrote:
> I don't understand your idea, please clarify it. Now I am blocked at this point.
I wen... - 11:30 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Hynek Cihlar wrote:
> Sergey Ivanovskiy wrote:
> > I think it makes sense to create all DTO from note 37 and new DT... - 11:17 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey Ivanovskiy wrote:
> I think it makes sense to create all DTO from note 37 and new DTO @com.goldencode.p2j.adm... - 10:55 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- I think it makes sense to create all DTO from note 37 and new DTO @com.goldencode.p2j.admin2.shared.model.ClientIdent...
- 10:41 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey Ivanovskiy wrote:
> If it doesn't intersect with your tasks, then I will create news DTO with the same key fi... - 10:17 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- If it doesn't intersect with your tasks, then I will create news DTO with the same key fields without any business lo...
- 06:53 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey Ivanovskiy wrote:
> For an example, these required JDK classes
> [...]
> are not emulated by GWT.
Yes, ... - 02:36 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- For an example, these required JDK classes ...
- 01:15 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- I think it is a wrong way to use these objects (from note 37) as DTOs for new admin remote service.
- 01:11 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Please look at these errors and evaluate the set of code required to generate GWT DTOs - data transfer objects...
- 12:42 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Ok, thanks, I will try again to include all required for @AdminExports@ resources, the dependencies are not only from...
Also available in: Atom